This commit is contained in:
linfso 2024-09-09 18:54:28 +08:00
parent 8e8473c683
commit 79adbdd681

View File

@ -3059,7 +3059,7 @@ public class EmisWaybillServiceImpl extends EmisBaseService implements IEmisWayb
// 币种换算
// emisWaybill.setFreight(BigDecimal.valueOf(totalFee));
emisWaybill.setFreight(BigDecimal.valueOf(realTotalFee));
emisWaybill.setFreight(realTotalFee);
if(emisWaybill.getFreight().compareTo(BigDecimal.ZERO)==0){
throw new EmisBizError(EmisBizErrorType.CALC_QUOTE_ERROR, "报价未配置");