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