From ce7e2f619d5102a40e807549ac39ce1d9befa702 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Thu, 19 Nov 2020 11:39:34 +0800 Subject: [PATCH] test --- business/jxstore/tempop/tempop.go | 1 - 1 file changed, 1 deletion(-) diff --git a/business/jxstore/tempop/tempop.go b/business/jxstore/tempop/tempop.go index d4fe6a868..987312e3b 100644 --- a/business/jxstore/tempop/tempop.go +++ b/business/jxstore/tempop/tempop.go @@ -1770,7 +1770,6 @@ func UploadJdsImage(ctx *jxcontext.Context) (err error) { time.Sleep(time.Second) err = api.JdShop2API.UpdateExpand(utils.Str2Int(vendorStoreID)) } - break } return err }