From c659b39d46afe715415eab23c31f10bdf0c4b72c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Thu, 20 Feb 2020 15:00:24 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BE=8E=E5=9B=A2=E5=8A=9B=E8=8D=90=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/jxstore/cms/store_sku.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/jxstore/cms/store_sku.go b/business/jxstore/cms/store_sku.go index 4ec589a7f..28114e972 100644 --- a/business/jxstore/cms/store_sku.go +++ b/business/jxstore/cms/store_sku.go @@ -3346,7 +3346,6 @@ func UpdateStoreSkusSpecTagBin(ctx *jxcontext.Context, reader io.Reader, vendorI results[len(results)-i-1] = tmp } for _, v := range results { - fmt.Println(*v) store, err := dao.GetStoreDetail(db, v.StoreID, model.VendorIDMTWM) storeSkus, err := dao.GetStoresSkusInfo(db, []int{v.StoreID}, []int{v.SkuID}) if err != nil || store == nil { @@ -3385,6 +3384,7 @@ func getCellForSpecTag(rowNum int, row []string, storeSkuMap []*tUpdateSkuSpecTa ) for k, cell := range row { if cell != "" { + fmt.Println(cell) if k == 0 { storeID = int(utils.Str2Int64(cell)) }