md
This commit is contained in:
parent
b4e071c673
commit
124c22639f
@ -1875,7 +1875,7 @@ public class EmisWaybillServiceImpl extends EmisBaseService implements IEmisWayb
|
||||
String thirdCode="["+emisWaybillSave.getSendSiteName()+'-'+destName+"]["+destSite3Code+"]";
|
||||
emisWaybillSave.setThirdCode(thirdCode);
|
||||
// 下单时间
|
||||
emisWaybillSave.setOrderDate(emisWaybillSave.getSendDate());
|
||||
// emisWaybillSave.setOrderDate(emisWaybillSave.getSendDate());
|
||||
|
||||
// 寄件地址
|
||||
EmisCustomerAddress sendAddress = new EmisCustomerAddress();
|
||||
@ -1952,8 +1952,6 @@ public class EmisWaybillServiceImpl extends EmisBaseService implements IEmisWayb
|
||||
emisWaybillSave.setMeterType(emisTransLine.getMeterRate());
|
||||
emisWaybillSave.setCarryType(emisTransLine.getTransType());
|
||||
|
||||
|
||||
|
||||
if(emisWaybillSave.getSendDate()==null){
|
||||
emisWaybillSave.setSendDate(new Date());
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user