|
|
@ -1371,6 +1371,7 @@ public class BusDeliveredApplyService extends MybatisBaseService<BusDeliveredApp |
|
|
|
} |
|
|
|
if (cjtx.compareTo(txdck) > 0) { |
|
|
|
BigDecimal pushMoney = cjtx.subtract(txdck); |
|
|
|
if (pushMoney.compareTo(BigDecimal.ZERO) != 0) { |
|
|
|
CostAdjustmentsBill costAdjustmentsBill = new CostAdjustmentsBill(); |
|
|
|
costAdjustmentsBill.setBussDate(DateUtil.formatDate(new Date())); |
|
|
|
List<CostAdjustmentsBill.CostAdjustmentsBillDetailDto> resultDetails = new ArrayList<>(); |
|
|
@ -1403,6 +1404,7 @@ public class BusDeliveredApplyService extends MybatisBaseService<BusDeliveredApp |
|
|
|
resultDetails.add(dto); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
if (!resultDetails.isEmpty()) { |
|
|
|
costAdjustmentsBill.setResultDetails(resultDetails); |
|
|
|
finKingDeeFeign.pushCostAdjustmentsBill(costAdjustmentsBill); |
|
|
|