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

@@ -201,6 +201,7 @@ var (
"15208271238": "15208271238",
"18583684218": "18583684218",
"18982250714": "18982250714",
"13708196093": "13708196093",
}
)

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