From 0f63a84e0fa64f61dbc2ae6befe0fde4f89a0ecd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Sun, 26 Apr 2020 10:21:40 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8F=9C=E5=B8=82=E7=89=A9=E6=96=99=E5=90=8C?= =?UTF-8?q?=E6=AD=A5=E5=88=B0=E6=9E=9C=E5=9B=AD=E6=B5=8B=E8=AF=95bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/jxstore/cms/store_sku.go | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/business/jxstore/cms/store_sku.go b/business/jxstore/cms/store_sku.go index 2a90dcb99..d1e3c561c 100644 --- a/business/jxstore/cms/store_sku.go +++ b/business/jxstore/cms/store_sku.go @@ -4332,9 +4332,9 @@ func SyncMatterC4ToGy(ctx *jxcontext.Context, isContinueWhenError, isAsync bool) updateMatters = append(updateMatters, skusMap[c4.ID]) } } - fmt.Println("deleteMatters", utils.Format4Output(deleteMatters, false)) - fmt.Println("addMatters", utils.Format4Output(addMatters, false)) - fmt.Println("updateMatters", utils.Format4Output(updateMatters, false)) + // fmt.Println("deleteMatters", utils.Format4Output(deleteMatters, false)) + // fmt.Println("addMatters", utils.Format4Output(addMatters, false)) + // fmt.Println("updateMatters", utils.Format4Output(updateMatters, false)) case 1: if len(deleteMatters) > 0 { for _, v := range deleteMatters { @@ -4369,6 +4369,7 @@ func SyncMatterC4ToGy(ctx *jxcontext.Context, isContinueWhenError, isAsync bool) }, }, } + fmt.Println("test11111111111111111111", utils.Format4Output(skuName, false)) skuNameExt.Unit = skuName.Unit skuNameExt.Name = skuName.Name skuNameExt.Upc = skuName.Upc