|
@@ -200,10 +200,10 @@ public class PaymentManagementServiceImpl extends ServiceImpl<PaymentManagementM
|
|
}
|
|
}
|
|
param += qualityInspectionManagement.getBuckleMiscellaneous();
|
|
param += qualityInspectionManagement.getBuckleMiscellaneous();
|
|
paymentManagement.setParam(param );
|
|
paymentManagement.setParam(param );
|
|
- paymentManagement.setWeighingDeduction(param);
|
|
|
|
|
|
+ paymentManagement.setWeightDeduction(param);
|
|
}
|
|
}
|
|
else{
|
|
else{
|
|
- paymentManagement.setWeighingDeduction(weighingManagement.getBuckleMiscellaneous());
|
|
|
|
|
|
+ paymentManagement.setWeightDeduction(weighingManagement.getBuckleMiscellaneous());
|
|
}
|
|
}
|
|
qualityInspectionManagement.setWaterMin(purchasePrice.getWaterMin());
|
|
qualityInspectionManagement.setWaterMin(purchasePrice.getWaterMin());
|
|
}
|
|
}
|