This commit is contained in:
linfso 2024-08-26 06:25:46 +08:00
parent 4ab6bf5f0d
commit 027b61bc19

View File

@ -488,7 +488,7 @@ public class EmisSettleBillController extends BaseController
} else {
otherFee = otherFee.add(feeitem.getBillFee());
otherFeeStr= otherFeeStr+""+feeitem.getBillFee().toPlainString()+"("+feeitem.getCurrency()+")"+",";
otherFeeStr= otherFeeStr+""+feeitem.getFeeName()+":"+feeitem.getBillFee().toPlainString()+"("+feeitem.getCurrency()+")"+",";
}
// }
}