From c745df603d0fdbcfe9b482771ef470b43be2f17d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Mon, 15 Jun 2020 11:50:48 +0800 Subject: [PATCH] =?UTF-8?q?E=E7=BA=A7=E9=97=A8=E5=BA=97=E4=B8=8D=E5=81=9A?= =?UTF-8?q?=E5=95=86=E5=93=81=E5=AE=A1=E6=A0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/jxstore/cms/store_sku.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/jxstore/cms/store_sku.go b/business/jxstore/cms/store_sku.go index 749cb9845..3797731e9 100644 --- a/business/jxstore/cms/store_sku.go +++ b/business/jxstore/cms/store_sku.go @@ -4507,7 +4507,7 @@ func doStoreSkuAudit(ctx *jxcontext.Context, storeIDs []int, skuBindInfos []*Sto stores, _ := dao.GetStoreList(db, []int{storeID}, nil, nil, nil, "") //扣点的门店改价不进审核 if len(stores) > 0 { - if stores[0].PayPercentage <= 50 { + if stores[0].PayPercentage <= 50 || stores[0].StoreLevel == "E" { globals.SugarLogger.Debugf("doStoreSkuAudit return0 storeID : %v", storeID) return false, err }