| | |
| | | // } |
| | | |
| | | public List<IpVolumeMissionBo> missionList(BaseConditionVO baseConditionVO,String keyword) { |
| | | PageHelper.startPage(baseConditionVO.getPageNo(),baseConditionVO.getPageSize()); |
| | | // PageHelper.startPage(baseConditionVO.getPageNo(),baseConditionVO.getPageSize()); |
| | | boolean r = clientService.findClientId(); //ture代表有上级客户 查询通过userID |
| | | |
| | | List<IpVolumeMissionBo> ipVolumeMissionBos = new ArrayList<>(); |
| | |
| | | // }else { |
| | | // ipVolumeMissionBos = ipVolumeMissionMapper.listAllByUserId(SecurityUtils.getUserId()); |
| | | // } |
| | | PageHelper.startPage(baseConditionVO.getPageNo(),baseConditionVO.getPageSize()); |
| | | if(r){ |
| | | eq = Wrappers.lambdaQuery(IpVolumeMission.class).eq(IpVolumeMission::getUserId, SecurityUtils.getUserId()); |
| | | }else { |