md
This commit is contained in:
parent
079ec16f36
commit
dffc2dddfd
@ -502,7 +502,7 @@ public class EmisSettleBillController extends BaseController
|
||||
|
||||
voMap.put("cebFee", cebFeeStr);
|
||||
voMap.put("declareFee", declareFeeStr);
|
||||
voMap.put("otherFee", otherFeeStr);
|
||||
voMap.put("otherFee", StringUtils.removeEnd(otherFeeStr,","));
|
||||
|
||||
}else{
|
||||
tplName = "tpl/bill_tpl_simple.xlsx";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user