demand:修复运单录入问题件后运单预计送达时间计算不准确的问题。
committer: heyu
This commit is contained in:
parent
392c2211ad
commit
a7cc295f03
@ -2447,7 +2447,7 @@ public class EmisBaseService {
|
||||
EmisWaybill oldEmisWaybill=getWaybillByBillCode(waybillProblemInfo.getMainBillCode());
|
||||
Date oldEstDate=oldEmisWaybill.getEstimateDate();
|
||||
Date currentTime=new Date();
|
||||
Date startDate=oldEmisWaybill.getSendDate();
|
||||
Date startDate=oldEmisWaybill.getEstimateDate();
|
||||
|
||||
// 如果当前时间已经超过当前预估时间需要使用当前时间
|
||||
if(currentTime.getTime()>oldEstDate.getTime()){
|
||||
|
||||
Loading…
Reference in New Issue
Block a user