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