Browse Source

成本报表 单号返回前端

liuchaohui 2 years ago
parent
commit
0b921b9d8f

+ 1 - 1
jeecg-boot-module-system/src/main/java/org/jeecg/modules/cost/service/impl/SyCostAllocationServiceImpl.java

@@ -647,7 +647,7 @@ public class SyCostAllocationServiceImpl extends ServiceImpl<SyCostAllocationMap
         syCostAllocation.setProcessUnitList(processUnitList);
 
         //清空单号 不让它显示在查询框上
-        syCostAllocation.setPlanNum("");
+        //syCostAllocation.setPlanNum("");
         return syCostAllocation;
     }