소스 검색

研选限免标签展示

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

+ 1 - 1
controllers/report.go

@@ -1148,8 +1148,8 @@ func (this *ReportController) IsShow() {
 	}
 	if user.CompanyId > 1 {
 		resp.IsShowChart = true
-		resp.IsShowResearch = true
 	}
+	resp.IsShowResearch = true
 	br.Ret = 200
 	br.Success = true
 	br.Data = resp