|
@@ -978,6 +978,7 @@ public class StatementOfAccountServiceImpl extends ServiceImpl<StatementOfAccoun
|
|
|
v1.setDeliveryMaterialsFeeSummary(v1.getDeliveryMaterialsFeeSummary().add(v2.getDeliveryMaterialsFeeSummary()));
|
|
|
v1.setPackingLaborSummary(v1.getPackingLaborSummary().add(v2.getPackingLaborSummary()));
|
|
|
v1.setManagementFeeSummary(v1.getManagementFeeSummary().add(v2.getManagementFeeSummary()));
|
|
|
+ v1.setCheckFeeSummary(v1.getCheckFeeSummary().add(v2.getCheckFeeSummary()));
|
|
|
v1.setSubtotal(v1.getSubtotal().add(v2.getSubtotal()));
|
|
|
v1.setTotal(v1.getSubtotal());
|
|
|
return v1;
|