From b4a6cc69abe5d83ab61d2b245fe1f5678fee1230 Mon Sep 17 00:00:00 2001 From: gazebo Date: Sun, 19 May 2019 17:02:49 +0800 Subject: [PATCH] =?UTF-8?q?-=20OnWaybillStatusChanged=E4=B8=AD=E7=BC=BA?= =?UTF-8?q?=E7=9C=81=E4=BA=8B=E4=BB=B6=E8=B0=83=E7=94=A8resetTimer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/jxcallback/scheduler/defsch/defsch.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/business/jxcallback/scheduler/defsch/defsch.go b/business/jxcallback/scheduler/defsch/defsch.go index 26113e8fc..eb7904502 100644 --- a/business/jxcallback/scheduler/defsch/defsch.go +++ b/business/jxcallback/scheduler/defsch/defsch.go @@ -534,6 +534,8 @@ func (s *DefScheduler) OnWaybillStatusChanged(bill *model.Waybill, isPending boo // if order.WaybillVendorID == model.VendorIDUnknown { // s.createWaybillOn3rdProviders(savedOrderInfo, nil) // } + default: + s.resetTimer(savedOrderInfo, bill, isPending) } s.updateBillsInfo(savedOrderInfo, bill) // 更新可能的运单状态变化 }