diff --git a/business/jxstore/tempop/tempop.go b/business/jxstore/tempop/tempop.go index b068bf2ab..da1c0031d 100644 --- a/business/jxstore/tempop/tempop.go +++ b/business/jxstore/tempop/tempop.go @@ -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