| | |
| | | if(ObjectUtil.isNotEmpty(orderListDto.getClosureTime())){ |
| | | projService.setClosureTime(orderListDto.getClosureTime()); |
| | | } |
| | | if(ObjectUtil.isNotEmpty(orderListDto.getVipId())){ |
| | | projService.setVipId(orderListDto.getVipId()); |
| | | } |
| | | if(ObjectUtil.isNotEmpty(orderListDto.getQueryKey())){ |
| | | projService.setQueryKey(orderListDto.getQueryKey()); |
| | | } |
| | | if(StrUtil.isNotEmpty(orderListDto.getState())){ |
| | | projService.setState(orderListDto.getState()); |
| | | } |
| | | QueryUtil.setQueryLimitCom(projService); |
| | | List<SysProjServices> dataList = projServicesSerivce.findInPage(projService, pageVo); |
| | | AjaxResult result = new AjaxResult(AjaxResult.STATUS_SUCCESS, dataList, projServicesSerivce.findTotal(projService)); |