顾客次数取消时间

This commit is contained in:
苏尹岚
2020-01-16 11:58:36 +08:00
parent 0d5494d29d
commit 1869e4245e
2 changed files with 3 additions and 4 deletions

View File

@@ -108,7 +108,7 @@ func Init() {
IsUseThingMap = beego.AppConfig.DefaultBool("useThingMap", false)
IsAddEvent = !IsProductEnv()
IsAddEvent = beego.AppConfig.DefaultBool("addEvent", false)
IsStoreSkuAct = !IsProductEnv()
}