md
This commit is contained in:
parent
904f43177f
commit
4d02c794e2
@ -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());
|
||||
|
||||
Loading…
Reference in New Issue
Block a user