diff --git a/business/jxstore/tempop/tempop.go b/business/jxstore/tempop/tempop.go index 5326f3594..d16862345 100644 --- a/business/jxstore/tempop/tempop.go +++ b/business/jxstore/tempop/tempop.go @@ -1598,6 +1598,8 @@ func UploadJdsImage(ctx *jxcontext.Context) (err error) { } api.DadaAPI.ShopUpdate(shopInfo) } + fmt.Println("testcccc", v.StoreID) + break } return err }