This commit is contained in:
knowpia
2022-10-10 08:55:51 +08:00
parent 1b157c6e6d
commit 6025cc69c3
2 changed files with 6 additions and 2 deletions

View File

@@ -35,6 +35,8 @@ class Search
$list = Db::name("student")->where($where)->order('hot desc')->limit(env("page_count"))->where($where)->select()->toArray();
$result = StudentToArray($list);
return show(SUCCESS_MESSAGE.'!',SUCCESS_CODE,$result);
}