md
This commit is contained in:
parent
79adbdd681
commit
adf6b215df
@ -3061,6 +3061,8 @@ public class EmisWaybillServiceImpl extends EmisBaseService implements IEmisWayb
|
||||
// emisWaybill.setFreight(BigDecimal.valueOf(totalFee));
|
||||
emisWaybill.setFreight(realTotalFee);
|
||||
|
||||
log.info("总费用:"+realTotalFee.stripTrailingZeros().toPlainString());
|
||||
|
||||
if(emisWaybill.getFreight().compareTo(BigDecimal.ZERO)==0){
|
||||
throw new EmisBizError(EmisBizErrorType.CALC_QUOTE_ERROR, "报价未配置");
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user