فهرست منبع

内页台账查询2

qianxb 2 سال پیش
والد
کامیت
a5beba666e

+ 2 - 2
blade-service/blade-business/src/main/java/org/springblade/business/controller/NeiYeController.java

@@ -84,14 +84,14 @@ public class NeiYeController {
                     String contractI = node.getContractId();
                     List<WbsTreeContract> treeS = wbsTreeContractClient.getContractWbsTreeByParentId(node.getId().toString(),contractI);
                     for (WbsTreeContract tree : treeS) {
-                        List<QueryProcessDataVO> dataResult = this.informationQueryService.queryProcessDataByParentIdAndContractId(tree.getId().toString(), contract.getContractType(), contractId);
+                        List<QueryProcessDataVO> dataResult = this.informationQueryService.queryProcessDataByParentIdAndContractIdTwo(tree.getId().toString(), contract.getContractType(), contractId);
                         if (dataResult != null && dataResult.size() > 0) {
                             queryDataResult.addAll(dataResult);
                             dataResult.clear();
                         }
                     }
                 }else {
-                    queryDataResult = this.informationQueryService.queryProcessDataByParentIdAndContractId(node.getId().toString(), contract.getContractType(), contractId);
+                    queryDataResult = this.informationQueryService.queryProcessDataByParentIdAndContractIdTwo(node.getId().toString(), contract.getContractType(), contractId);
                 }
             } else {
                 //填报节点