xingzai %!s(int64=2) %!d(string=hai) anos
pai
achega
b396e7c67a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 {