From eb1596618bf70301069a903f8838752ae90c6d35 Mon Sep 17 00:00:00 2001 From: richboo111 Date: Fri, 8 Sep 2023 16:39:04 +0800 Subject: [PATCH] 1 --- business/partner/delivery/sfps/waybill.go | 1 + 1 file changed, 1 insertion(+) 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: