quanxian level

This commit is contained in:
苏尹岚
2020-11-06 09:56:18 +08:00
parent 4c53a868c6
commit c888fa59ca
2 changed files with 2 additions and 1 deletions

View File

@@ -1079,7 +1079,7 @@ func updateStoresSkusWithoutSync(ctx *jxcontext.Context, db *dao.DaoDB, storeIDs
if err != nil || storeDetail == nil {
continue
}
if beego.BConfig.RunMode == "prod" {
if beego.BConfig.RunMode == "prod" || beego.BConfig.RunMode == "beta" {
if len(storeIDs) > 1 {
if storeDetail.StoreLevel == "D" || storeDetail.StoreLevel == "E" {
continue