This commit is contained in:
linfso 2025-02-23 22:23:35 +08:00
parent cd3c84862b
commit f324d8e582

View File

@ -215,7 +215,7 @@ public class EmisTmsCostFeeServiceImpl implements IEmisTmsCostFeeService
splitItem.setBillCode(billCodeItem.getBillCode());
splitItem.setFeeItemId(feeItem.getId());
splitItem.setFeeType(oldCostFee.getFeeType());
splitItem.setFeeType(feeItem.getFeeType());
splitItem.setSplitType(oldCostFee.getSplitType());
BigDecimal splitCostFee = BigDecimal.ZERO;