|
@@ -1117,7 +1117,7 @@ public class DailyImportSummaryLogic {
|
|
|
reduceCost = reduceCost.add(issueRecord.getShouldReduceCost());
|
|
|
}
|
|
|
reduceCost = reduceCost.add(bean.getTotalFee());
|
|
|
- BigDecimal subAmount = issueRecord.getIssueCost().subtract(reduceCost);
|
|
|
+ BigDecimal subAmount = issueRecord.getIssueCost().subtract(bean.getTotalFee());
|
|
|
issueRecord.setShouldReduceCost(reduceCost);
|
|
|
issueRecord.setReduceCost(new BigDecimal(0));
|
|
|
issueRecord.setUpdateBy(opName);
|