diff --git a/business/partner/delivery/sfps/waybill.go b/business/partner/delivery/sfps/waybill.go index 31a423475..6193d42f8 100644 --- a/business/partner/delivery/sfps/waybill.go +++ b/business/partner/delivery/sfps/waybill.go @@ -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: