@@ -1143,7 +1143,7 @@ func (this *UserController) AlertIsShow() {
br.ErrMsg = "城市配置信息失败,Err:" + err.Error()
return
}
- if user.CompanyId == 0 && detail.ConfigValue == "1" {
+ if user.CompanyId == 1 && detail.ConfigValue == "1" {
resp.IsShow = true
br.Ret = 200