md
This commit is contained in:
parent
8e8473c683
commit
79adbdd681
@ -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, "报价未配置");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user