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 }