This commit is contained in:
richboo111
2023-09-08 16:39:04 +08:00
parent 4c11893b91
commit eb1596618b

View File

@@ -510,6 +510,7 @@ func OnWaybillExceptSF(msg *sfps2.RiderException) (retVal *sfps2.CallbackRespons
// GetWaybillByStatus 根据orderStatus 获取waybill结构
func GetWaybillByStatus(urlIndex string, msg interface{}) *model.Waybill {
globals.SugarLogger.Debugf("GetWaybillByStatus msg=%s", utils.Format4Output(msg, false))
waybill := &model.Waybill{}
switch urlIndex {
case sfps2.UrlIndexRiderStatus: