Browse Source

产业报告分类列表接口推荐关注从50改到80

xingzai 2 years ago
parent
commit
fa8e9187d1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controllers/report.go

+ 1 - 1
controllers/report.go

@@ -195,7 +195,7 @@ func (this *ReportController) IndustryList() {
 	}
 	// 推荐关注
 	if recommendFocus == 1 {
-		condition += ` AND man.recommended_index >= 50`
+		condition += ` AND man.recommended_index >= 80`
 	}
 
 	// 列表总数据量