From 6776ea04eeeff9f38ee160831d8e7bef327e0212 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Tue, 9 Jun 2020 18:56:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=95=86=E5=93=81=E9=80=8F=E5=9B=BE=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 45567ef95..beed8eb36 100644 --- a/business/jxstore/tempop/tempop.go +++ b/business/jxstore/tempop/tempop.go @@ -1736,7 +1736,6 @@ func UploadJdsImage(ctx *jxcontext.Context) (err error) { for _, vv := range result { if vv.SkuID != v.JdsID { api.JdShopAPI.DeleteSku(vv.SkuID) - break } } }