This commit is contained in:
邹宗楠
2023-10-24 17:10:37 +08:00
parent 7c25000313
commit 179eab8686
2 changed files with 0 additions and 3 deletions

View File

@@ -2753,5 +2753,4 @@ func UpdateTaoSettleInfo() {
}
}
}
globals.SugarLogger.Debugf("========count := %d", count)
}

View File

@@ -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 != "" {