From 1b933a69d53807779c4767f6660d2acd200ad584 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Thu, 26 May 2022 19:03:31 +0800 Subject: [PATCH] 1 --- webapp/controller/RankingController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/controller/RankingController.class.php b/webapp/controller/RankingController.class.php index 54affdcb..bb9633a7 100644 --- a/webapp/controller/RankingController.class.php +++ b/webapp/controller/RankingController.class.php @@ -105,7 +105,7 @@ class RankingController extends BaseAuthedController { ) ); if ($row['row_count'] > 0) { - $count = ceil($row['row_count'] / 10.0); + $count = ceil($row['row_count'] / 50.0); $rows = myself()->_getSelfMysql()->execQuery( 'SELECT * FROM t_rank_activity ' . 'WHERE type=:type AND channel=:channel AND value>=:value ' .