From 9c4e228dd21e37af23c2b94929b4ec1b4ba3ec39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Wed, 12 Aug 2020 13:40:26 +0800 Subject: [PATCH] =?UTF-8?q?dada=E9=97=A8=E5=BA=97=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/jxstore/tempop/tempop.go | 2 ++ 1 file changed, 2 insertions(+) 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 }