From 40b9511e34e8777e811693789840bf1b9efd2fad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Fri, 22 Sep 2023 12:42:51 +0800 Subject: [PATCH] 1 --- business/jxstore/cms/system_store_sku.go | 1 - business/partner/purchase/mtwm/store_sku2.go | 1 - 2 files changed, 2 deletions(-) diff --git a/business/jxstore/cms/system_store_sku.go b/business/jxstore/cms/system_store_sku.go index cd2e6f25c..73b43152c 100644 --- a/business/jxstore/cms/system_store_sku.go +++ b/business/jxstore/cms/system_store_sku.go @@ -79,7 +79,6 @@ func CopyOnStoreSkuToOther(ctx *jxcontext.Context, fromVendorStoreId, toStoreId case 3: // 同步商品 fromFoodList, err1 := fromApi.RetailListAll(utils.Int2Str(fromVendorStoreId)) - globals.SugarLogger.Debugf("RetailListAll : %s", utils.Format4Output(fromFoodList, false)) if err1 != nil { globals.SugarLogger.Debugf("RetailListAll : %s", utils.Format4Output(err, false)) } diff --git a/business/partner/purchase/mtwm/store_sku2.go b/business/partner/purchase/mtwm/store_sku2.go index 2389c9d18..6574c9630 100644 --- a/business/partner/purchase/mtwm/store_sku2.go +++ b/business/partner/purchase/mtwm/store_sku2.go @@ -576,7 +576,6 @@ func SwitchAttr(apiObj *mtwmapi.API, vendorStoreID string, vendorCatID int64, na } //更新进数据库 dao.UpdateSkuNameMtAttr(db, int64(nameID), attrs) - globals.SugarLogger.Debugf("SwitchAttr attrs=%s", utils.Format4Output(attrs, false)) return attrs }