From 179eab8686545265df618080a588db4081b8cb46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Tue, 24 Oct 2023 17:10:37 +0800 Subject: [PATCH] 1 --- business/jxcallback/orderman/order.go | 1 - business/jxstore/cms/cms.go | 2 -- 2 files changed, 3 deletions(-) diff --git a/business/jxcallback/orderman/order.go b/business/jxcallback/orderman/order.go index dba92d985..dab3f51ea 100644 --- a/business/jxcallback/orderman/order.go +++ b/business/jxcallback/orderman/order.go @@ -2753,5 +2753,4 @@ func UpdateTaoSettleInfo() { } } } - globals.SugarLogger.Debugf("========count := %d", count) } diff --git a/business/jxstore/cms/cms.go b/business/jxstore/cms/cms.go index 0b4a7515e..f5e3f0d3b 100644 --- a/business/jxstore/cms/cms.go +++ b/business/jxstore/cms/cms.go @@ -5,7 +5,6 @@ import ( "fmt" "git.rosy.net.cn/baseapi/platformapi/autonavi" "git.rosy.net.cn/baseapi/platformapi/baidunavi" - "git.rosy.net.cn/jx-callback/globals" "math" "reflect" "regexp" @@ -682,7 +681,6 @@ func GetSToURidingDistance2(sLng, sLat, uLng, uLat float64, orderId string) (way } } } - globals.SugarLogger.Debugf("=======================1") // 当这个运单为假物流/门店真实自送/获取运单骑手信息为空的时候使用假的骑手信息 if (v.WaybillVendorID == model.VendorJXFakeWL || v.WaybillVendorID == model.VendorIDUnknown || v.CourierCoordinate == "") && v.OriginalData != "" {