This commit is contained in:
linfso 2024-08-26 06:57:25 +08:00
parent 2225a09ed6
commit 73b336cb91

View File

@ -512,8 +512,8 @@ public class EmisSettleBillController extends BaseController
cebFeeStr="0(CNY)";
}
if(StringUtils.isEmpty(otherFee)){
otherFee="0(CNY)";
if(StringUtils.isEmpty(otherFeeStr)){
otherFeeStr="0(CNY)";
}