u
This commit is contained in:
@@ -39,7 +39,7 @@ class Ranking
|
|||||||
$result = [];
|
$result = [];
|
||||||
$list = Db::name("student")
|
$list = Db::name("student")
|
||||||
->where($where)
|
->where($where)
|
||||||
// ->limit(env("page_count"))
|
->limit(env("page_count"))
|
||||||
->order('hot desc')
|
->order('hot desc')
|
||||||
->paginate([
|
->paginate([
|
||||||
"list_rows" => env("PAGE_COUNT"),
|
"list_rows" => env("PAGE_COUNT"),
|
||||||
|
|||||||
Reference in New Issue
Block a user