From fe4acaac278381fee7a1da295ae39dc8756d63aa 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, 12 Nov 2020 11:37:50 +0800 Subject: [PATCH] beta --- business/jxstore/tempop/tempop.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/business/jxstore/tempop/tempop.go b/business/jxstore/tempop/tempop.go index bc429ad2c..a5bfee730 100644 --- a/business/jxstore/tempop/tempop.go +++ b/business/jxstore/tempop/tempop.go @@ -1794,8 +1794,7 @@ func UploadJdsImage(ctx *jxcontext.Context) (err error) { for _, jdStoreID := range jdStoreIDs { skuInfos2 := StoreSkuFullList2BareFilter(allSkuNameInfoList) outStoreSkuList2, _ := handler.GetStoreSkusBareInfo(ctx, vendorOrgCode, nil, 0, jdStoreID, skuInfos2) - fmt.Println("jdStoreID", jdStoreID) - fmt.Println("outStoreSkuList2", utils.Format4Output(outStoreSkuList2, false)) + fmt.Println("outStoreSkuList", utils.Format4Output(skuMap, false)) for _, v := range outStoreSkuList2 { if skuMap[v.VendorSkuID] == nil { continue