This commit is contained in:
linfso 2025-01-09 13:05:32 +08:00
parent b4e071c673
commit 124c22639f

View File

@ -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());
}