|
@@ -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);
|