From 1e77a962e77a8defd9020950ac35ac2d13ce0ff4 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 10:57:45 +0800 Subject: [PATCH] beta --- business/jxstore/tempop/tempop.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/business/jxstore/tempop/tempop.go b/business/jxstore/tempop/tempop.go index 19edda139..e209f20cd 100644 --- a/business/jxstore/tempop/tempop.go +++ b/business/jxstore/tempop/tempop.go @@ -1791,9 +1791,13 @@ func UploadJdsImage(ctx *jxcontext.Context) (err error) { for _, v := range outStoreSkuList { skuMap[v.VendorSkuID] = v } + fmt.Println("skuMap", skuMap["2004046088"]) for _, jdStoreID := range jdStoreIDs { outStoreSkuList2, _ := handler.GetStoreSkusBareInfo(ctx, vendorOrgCode, nil, 0, jdStoreID, skuInfos) for _, v := range outStoreSkuList2 { + if v.VendorSkuID == "2004046088" { + fmt.Println("v", v) + } if skuMap[v.VendorSkuID] == nil { continue }