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 }