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