This commit is contained in:
苏尹岚
2020-11-12 10:47:32 +08:00
parent 6eb1ffa810
commit 56d1785e19

View File

@@ -1793,6 +1793,7 @@ func UploadJdsImage(ctx *jxcontext.Context) (err error) {
}
for _, jdStoreID := range jdStoreIDs {
outStoreSkuList2, _ := handler.GetStoreSkusBareInfo(ctx, vendorOrgCode, nil, 0, jdStoreID, skuInfos)
fmt.Println("outStoreSkuList2", utils.Format4Output(outStoreSkuList2, false))
for _, v := range outStoreSkuList2 {
if skuMap[v.VendorSkuID] == nil {
continue