From b9c56ada98f3a237ce8e49eaf2b80d751d253661 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Thu, 22 Feb 2024 13:36:56 +0800 Subject: [PATCH] 1 --- business/jxcallback/orderman/order.go | 1 - business/jxstore/cms/system_store_sku.go | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/business/jxcallback/orderman/order.go b/business/jxcallback/orderman/order.go index df5b438e6..1b7ba5bae 100644 --- a/business/jxcallback/orderman/order.go +++ b/business/jxcallback/orderman/order.go @@ -742,7 +742,6 @@ func (c *OrderManager) updateOrderSkuOtherInfo(order *model.GoodsOrder, db *dao. vendorSkuIDs = append(vendorSkuIDs, v.VendorSkuID) } } - globals.SugarLogger.Debugf("vendorSkuIDs ======= %s", utils.Format4Output(vendorSkuIDs, false)) if len(vendorSkuIDs) > 0 { var vendorStoreID string if order.VendorID == model.VendorIDJDShop && order.VendorOrgCode == "1" { diff --git a/business/jxstore/cms/system_store_sku.go b/business/jxstore/cms/system_store_sku.go index 9e4a4fda3..d0059e1c6 100644 --- a/business/jxstore/cms/system_store_sku.go +++ b/business/jxstore/cms/system_store_sku.go @@ -314,6 +314,8 @@ func BatchInitSkuMT2MT(ctx *jxcontext.Context, fromSku []*mtwmapi.AppFood, toApi } foodDataList[k] = foodData + globals.SugarLogger.Debugf("=============fromSku := %s", utils.Format4Output(storeSku, false)) + globals.SugarLogger.Debugf("=============foodDataList := %s", utils.Format4Output(foodData, false)) } count := len(foodDataList) / 10