From 91598cf4200865592fb1f289be77ece7bf65511b Mon Sep 17 00:00:00 2001 From: richboo111 Date: Fri, 8 Sep 2023 17:27:54 +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 9fc8c0ef7..ac16837e7 100644 --- a/business/partner/delivery/sfps/waybill.go +++ b/business/partner/delivery/sfps/waybill.go @@ -512,6 +512,7 @@ func OnWaybillExceptSF(msg *sfps2.RiderException) (retVal *sfps2.CallbackRespons 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: retVal := msg.(sfps2.RiderStatus)