beta
This commit is contained in:
@@ -1794,7 +1794,7 @@ func UploadJdsImage(ctx *jxcontext.Context) (err error) {
|
|||||||
for _, jdStoreID := range jdStoreIDs {
|
for _, jdStoreID := range jdStoreIDs {
|
||||||
outStoreSkuList2, _ := handler.GetStoreSkusBareInfo(ctx, vendorOrgCode, nil, 0, jdStoreID, skuInfos)
|
outStoreSkuList2, _ := handler.GetStoreSkusBareInfo(ctx, vendorOrgCode, nil, 0, jdStoreID, skuInfos)
|
||||||
for _, v := range outStoreSkuList2 {
|
for _, v := range outStoreSkuList2 {
|
||||||
if skuMap[v.VendorSkuID] != nil {
|
if skuMap[v.VendorSkuID] == nil {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
if skuMap[v.VendorSkuID].VendorPrice != v.VendorPrice {
|
if skuMap[v.VendorSkuID].VendorPrice != v.VendorPrice {
|
||||||
|
|||||||
Reference in New Issue
Block a user