This commit is contained in:
苏尹岚
2020-11-12 10:42:05 +08:00
parent 4b2e4dc8e8
commit 6eb1ffa810

View File

@@ -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 {