From 749467b490c2e95e54c0ced3e227e5af64f467bd Mon Sep 17 00:00:00 2001 From: qidongsheng Date: Thu, 2 Jul 2020 16:42:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=951?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/jxstore/cms/store_sku_check.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/business/jxstore/cms/store_sku_check.go b/business/jxstore/cms/store_sku_check.go index 698d5ee13..f88950311 100644 --- a/business/jxstore/cms/store_sku_check.go +++ b/business/jxstore/cms/store_sku_check.go @@ -807,6 +807,9 @@ func StoreOpenAll(ctx *jxcontext.Context) { } var StoreMapLists []*model.StoreMap for _, StoreList := range StoreLists { + if StoreList.StoreLevel == "E" { + continue + } if StoreMapLists, err = dao.GetStoresMapList(db, []int{0, 1, 3}, []int{StoreList.ID}, nil, 1, -1, "", ""); err != nil { globals.SugarLogger.Debugf("商店列表获取失败") }