This commit is contained in:
2022-09-30 09:52:21 +08:00
parent 597aaafccd
commit 220e7c56b1

View File

@@ -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"),