- 更新可能的运单状态变化在OnWaybillStatusChanged中

This commit is contained in:
gazebo
2019-03-05 09:10:24 +08:00
parent a2c300cdd5
commit 10218a6d52

View File

@@ -446,6 +446,7 @@ func (s *DefScheduler) OnWaybillStatusChanged(bill *model.Waybill, isPending boo
s.createWaybillOn3rdProviders(savedOrderInfo, nil)
}
}
s.updateBillsInfo(savedOrderInfo, bill) // 更新可能的运单状态变化
}
// }
}