zq-erp/src/main/java/com/matrix/system/padApi/action/PadServiceAction.java | ●●●●● patch | view | raw | blame | history |
zq-erp/src/main/java/com/matrix/system/padApi/action/PadServiceAction.java
@@ -153,6 +153,9 @@ 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));