From 220e7c56b130736b7ae3a8f1272574aefacb9995 Mon Sep 17 00:00:00 2001 From: Jason Date: Fri, 30 Sep 2022 09:52:21 +0800 Subject: [PATCH] u --- app/controller/Ranking.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controller/Ranking.php b/app/controller/Ranking.php index e5917b2..36963d9 100644 --- a/app/controller/Ranking.php +++ b/app/controller/Ranking.php @@ -39,7 +39,7 @@ class Ranking $result = []; $list = Db::name("student") ->where($where) -// ->limit(env("page_count")) + ->limit(env("page_count")) ->order('hot desc') ->paginate([ "list_rows" => env("PAGE_COUNT"),