From 6eb1ffa8103e1cfa6d38e502a713a443edcea8da 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:42:05 +0800 Subject: [PATCH] beta --- business/jxstore/tempop/tempop.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/jxstore/tempop/tempop.go b/business/jxstore/tempop/tempop.go index f41c125e1..b068bf2ab 100644 --- a/business/jxstore/tempop/tempop.go +++ b/business/jxstore/tempop/tempop.go @@ -1794,7 +1794,7 @@ func UploadJdsImage(ctx *jxcontext.Context) (err error) { for _, jdStoreID := range jdStoreIDs { outStoreSkuList2, _ := handler.GetStoreSkusBareInfo(ctx, vendorOrgCode, nil, 0, jdStoreID, skuInfos) for _, v := range outStoreSkuList2 { - if skuMap[v.VendorSkuID] != nil { + if skuMap[v.VendorSkuID] == nil { continue } if skuMap[v.VendorSkuID].VendorPrice != v.VendorPrice {