diff --git a/business/jxstore/tempop/tempop.go b/business/jxstore/tempop/tempop.go index 813de41d6..72c6491d5 100644 --- a/business/jxstore/tempop/tempop.go +++ b/business/jxstore/tempop/tempop.go @@ -1795,8 +1795,8 @@ func UploadJdsImage(ctx *jxcontext.Context) (err error) { outStoreSkuList2, _ := handler.GetStoreSkusBareInfo(ctx, vendorOrgCode, nil, 0, jdStoreID, skuInfos) for _, v := range outStoreSkuList2 { if v.VendorSkuID == "2004046088" { - fmt.Println("v1", v.VendorPrice) - fmt.Println("skuMap", skuMap["2004046088"].VendorPrice) + fmt.Println("v1", v) + fmt.Println("skuMap", skuMap["2004046088"]) } if skuMap[v.VendorSkuID] == nil { continue