From a798baac79ebdbb07d3c47ef4e05133167091e46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Fri, 18 Dec 2020 11:48:53 +0800 Subject: [PATCH] jiandian --- business/jxstore/tempop/tempop.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/business/jxstore/tempop/tempop.go b/business/jxstore/tempop/tempop.go index 30ffdbd45..f75c50b2a 100644 --- a/business/jxstore/tempop/tempop.go +++ b/business/jxstore/tempop/tempop.go @@ -1832,7 +1832,7 @@ func UploadJdsImage(ctx *jxcontext.Context) (err error) { ) stores, _ := dao.GetStoreList(db, nil, nil, nil, nil, "") for _, v := range stores { - if v.ID == 100766 || v.ID == 100002 { + if v.ID == 100766 || v.ID == 100002 || v.ID == 100015 { continue } if v.StoreLevel == "A" || v.StoreLevel == "B" || v.StoreLevel == "C" || v.StoreLevel == "D" { @@ -1849,7 +1849,6 @@ func UploadJdsImage(ctx *jxcontext.Context) (err error) { dao.UpdateEntity(db, csList[0], "Status") } } - break } } }