소스 검색

no message

xingzai 3 년 전
부모
커밋
761abb4c4b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      controllers/user.go

+ 1 - 1
controllers/user.go

@@ -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