diff --git a/business/jxstore/tempop/tempop.go b/business/jxstore/tempop/tempop.go index 731a8d408..bc429ad2c 100644 --- a/business/jxstore/tempop/tempop.go +++ b/business/jxstore/tempop/tempop.go @@ -1794,6 +1794,8 @@ func UploadJdsImage(ctx *jxcontext.Context) (err error) { for _, jdStoreID := range jdStoreIDs { skuInfos2 := StoreSkuFullList2BareFilter(allSkuNameInfoList) outStoreSkuList2, _ := handler.GetStoreSkusBareInfo(ctx, vendorOrgCode, nil, 0, jdStoreID, skuInfos2) + fmt.Println("jdStoreID", jdStoreID) + fmt.Println("outStoreSkuList2", utils.Format4Output(outStoreSkuList2, false)) for _, v := range outStoreSkuList2 { if skuMap[v.VendorSkuID] == nil { continue