md
This commit is contained in:
parent
4ab6bf5f0d
commit
027b61bc19
@ -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()+")"+",";
|
||||
}
|
||||
// }
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user