This commit is contained in:
linfso 2025-07-03 11:58:12 +08:00
parent 904f43177f
commit 4d02c794e2

View File

@ -1741,6 +1741,9 @@ public class EmisWaybillServiceImpl extends EmisBaseService implements IEmisWayb
if(!"1".equals(emisWaybillSave.getBlSpecialQuote()) && !"3".equals(emisWaybillSave.getCalcFeeType())){
EmisWaybill checkFeeWaybill=new EmisWaybill();
checkFeeWaybill.setSendDate(emisWaybillSave.getSendDate());
checkFeeWaybill.setProductType(emisWaybillSave.getProductType());
checkFeeWaybill.setCustomerCode(emisWaybillSave.getCustomerCode());
checkFeeWaybill.setCustNo(emisWaybillSave.getCustNo());
@ -3173,6 +3176,9 @@ public class EmisWaybillServiceImpl extends EmisBaseService implements IEmisWayb
if(!"1".equals(emisWaybillSave.getBlSpecialQuote()) && !"3".equals(emisWaybillSave.getCalcFeeType())){
EmisWaybill checkFeeWaybill=new EmisWaybill();
checkFeeWaybill.setSendDate(emisWaybillSave.getSendDate());
checkFeeWaybill.setProductType(emisWaybillSave.getProductType());
checkFeeWaybill.setCustomerCode(emisWaybillSave.getCustomerCode());
checkFeeWaybill.setCustNo(emisWaybillSave.getCustNo());
@ -3639,6 +3645,9 @@ public class EmisWaybillServiceImpl extends EmisBaseService implements IEmisWayb
if(!"1".equals(emisWaybillSave.getBlSpecialQuote()) && !"3".equals(emisWaybillSave.getCalcFeeType()) ){
EmisWaybill checkFeeWaybill=new EmisWaybill();
checkFeeWaybill.setSendDate(emisWaybillSave.getSendDate());
checkFeeWaybill.setProductType(emisWaybillSave.getProductType());
checkFeeWaybill.setCustomerCode(emisWaybillSave.getCustomerCode());
checkFeeWaybill.setCustNo(emisWaybillSave.getCustNo());