| | |
| | | return ResponseUtil.fail("缺少对应用户权限"); |
| | | } |
| | | |
| | | |
| | | // PageHelper.startPage(baseConditionVO.getPageNo(), baseConditionVO.getPageSize());// todo |
| | | //// return ResponseUtil.successPage(ipVolumeMissionService.missionList(baseConditionVO,keyword)); |
| | | // if (SecurityUtils.getClientId() == null) { |
| | | // LambdaQueryWrapper<IpVolumeMission> like = Wrappers.lambdaQuery(IpVolumeMission.class).like(IpVolumeMission::getMissionName, keyword); |
| | | // return ResponseUtil.successPage(ipVolumeMissionService.list(like)); |
| | | // } |
| | | |
| | | |
| | | return ResponseUtil.successPage(ipVolumeMissionService.missionList(baseConditionVO, keyword)); |
| | | } |
| | | |