From 8474fd2897dc832ba667617396ad843af2554b47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Wed, 15 Jul 2020 10:52:44 +0800 Subject: [PATCH] =?UTF-8?q?D=E7=BA=A7=E9=97=A8=E5=BA=97=E6=94=B9=E4=BB=B7?= =?UTF-8?q?=E4=B9=9F=E4=B8=8D=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 aa8ad151e..03f5be632 100644 --- a/business/jxstore/cms/store_sku.go +++ b/business/jxstore/cms/store_sku.go @@ -4591,7 +4591,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 || stores[0].StoreLevel == "E" { + if stores[0].PayPercentage <= 50 || stores[0].StoreLevel == "E" || stores[0].StoreLevel == "D" { globals.SugarLogger.Debugf("doStoreSkuAudit return0 storeID : %v", storeID) return false, err }