Browse Source

Merge branch 'cygx/cygx_14.0' of http://8.136.199.33:3000/hongze/hongze_cygx into debug

zhangchuanxing 4 months ago
parent
commit
27140aa0a7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controllers/report.go

+ 1 - 1
controllers/report.go

@@ -295,7 +295,7 @@ func (this *ReportController) IndustryList() {
 	resp.List = list
 	resp.Paging = page
 	//如果不感兴趣有值,而且展开按钮没有展开,就放出展开按钮
-	if len(industrialUninterested) > 0 && isOpen == 0 && page.IsEnd {
+	if len(industrialUninterested) > 0 && isOpen == 0 {
 		resp.IsShowOpen = true
 	}
 	br.Ret = 200