xingzai 2 lat temu
rodzic
commit
041159f618
1 zmienionych plików z 1 dodań i 1 usunięć
  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 = 50
+		sqlGroup += ` LIMIT 100 `
 	}
 	ListYxReport, err := models.GetArticleCollectionList(` AND a.article_id >= 1000000 `+condition+sqlGroup, user.UserId)
 	if err != nil {