Pārlūkot izejas kodu

成本报表 发运明细显示

liuchaohui 2 gadi atpakaļ
vecāks
revīzija
63cecece81

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