From d6b27893ccefe0a9e467e3138ca6fca774b78c8f Mon Sep 17 00:00:00 2001 From: richboo111 Date: Wed, 22 Feb 2023 13:49:27 +0800 Subject: [PATCH] 1 --- business/jxcallback/orderman/order.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/business/jxcallback/orderman/order.go b/business/jxcallback/orderman/order.go index 100054452..3079a8908 100644 --- a/business/jxcallback/orderman/order.go +++ b/business/jxcallback/orderman/order.go @@ -4,6 +4,10 @@ import ( "crypto/md5" "errors" "fmt" + "math" + "strings" + "time" + "git.rosy.net.cn/jx-callback/business/authz/autils" "git.rosy.net.cn/jx-callback/business/jxutils/excel" "git.rosy.net.cn/jx-callback/business/jxutils/netprinter" @@ -11,9 +15,6 @@ import ( "git.rosy.net.cn/jx-callback/business/partner/purchase/tiktok_store" "git.rosy.net.cn/jx-callback/globals/api2" beego "github.com/astaxie/beego/server/web" - "math" - "strings" - "time" "git.rosy.net.cn/baseapi/platformapi/dingdingapi" "git.rosy.net.cn/baseapi/platformapi/jdeclpapi" @@ -1575,7 +1576,6 @@ func TransferJdsOrder(ctx *jxcontext.Context, vendorOrderID string, storeID int) } order.Status = model.OrderStatusNew if order.ActualPayPrice == 0 { - globals.SugarLogger.Debugf("order======shde=%s", utils.Format4Output(order, false)) msg, err := jdshop.GetJdsOrder(order.VendorOrderID2, order.VendorOrgCode) if err == nil { if jxutils.StandardPrice2Int(utils.Str2Float64(msg.OrderPayment)) == 0 {