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