Bläddra i källkod

成本报表 发运明细

liuchaohui 2 år sedan
förälder
incheckning
7d807bfdc5

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

@@ -336,7 +336,7 @@ public class SyCostAllocationServiceImpl extends ServiceImpl<SyCostAllocationMap
             List<SyCostAllocationShipdetail> list5b = Shipdetails.stream().filter(t -> t.getProcessUnit().equals(unit)).collect(Collectors.toList());
             jSONObject.put("syCostAllocationFabricList", list3b);
             jSONObject.put("syCostAllocationIngredientList",list4b);
-            jSONObject.put("SyCostAllocationShipdetail",list5b);
+            jSONObject.put("syCostAllocationShipdetailList",list5b);
             processUnitList.add(jSONObject);
         }
         syCostAllocation.setProcessUnitList(processUnitList);