From 3a8e29d8bdbb30eeada80f5dfcee8272b004353f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Thu, 19 Oct 2023 15:50:52 +0800 Subject: [PATCH] 1 --- business/jxstore/cms/cms.go | 1 + 1 file changed, 1 insertion(+) diff --git a/business/jxstore/cms/cms.go b/business/jxstore/cms/cms.go index 71d4acbc4..fcdd234f0 100644 --- a/business/jxstore/cms/cms.go +++ b/business/jxstore/cms/cms.go @@ -628,6 +628,7 @@ func GetSToURidingDistance2(sLng, sLat, uLng, uLat float64, orderId string) (way return nil, err } for _, v := range waybills { + globals.SugarLogger.Debugf("=============GetSToURidingDistance2 := %s", utils.Format4Output(v, false)) if v.Status == model.WaybillStatusCanceled { continue }