修改查询参数
This commit is contained in:
parent
650279040e
commit
03f13cf862
|
|
@ -62,6 +62,7 @@ public class DirectiveOrderPadServiceImpl extends ServiceImpl<DirectiveOrderMapp
|
|||
BeanUtils.copyProperties(directiveOrderEntity,directiveOrder);
|
||||
QueryWrapper<DirectiveOrder> queryWrapper = new QueryWrapper<>();
|
||||
queryWrapper.eq("nu_id",directiveOrderEntity.getNuId());
|
||||
queryWrapper.eq("iz_finish","N");
|
||||
queryWrapper.eq(StringUtils.isNotBlank(directiveOrderEntity.getEmployeeId()),"employee_id",directiveOrderEntity.getEmployeeId());
|
||||
Page<DirectiveOrder> page = new Page<>(pageNo, pageSize);
|
||||
List<DirectiveOrder> list = baseMapper.selectList(page,queryWrapper);
|
||||
|
|
|
|||
Loading…
Reference in New Issue