Browse Source

no message

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

+ 1 - 1
controllers/report.go

@@ -2824,7 +2824,7 @@ func (this *ReportController) SearchReportAndResource() {
 	if pageSize > 0 {
 		sqlGroup += ` LIMIT 5 `
 	} else {
-		pageSize = 100
+		pageSize = 50
 	}
 	ListYxReport, err := models.GetArticleCollectionList(` AND a.article_id >= 1000000 `+condition+sqlGroup, user.UserId)
 	if err != nil {