瀏覽代碼

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

zhangchuanxing 4 月之前
父節點
當前提交
27140aa0a7
共有 1 個文件被更改,包括 1 次插入1 次删除
  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