Commit 0fa51bf4 authored by hujun's avatar hujun

page_num

parent ec27bf4e
......@@ -225,7 +225,7 @@ class OfficeService
* @throws \think\db\exception\ModelNotFoundException
* @throws \think\exception\DbException
*/
public function BuildingSearch($page_size, $page_no, $params, $is_total = 0)
public function BuildingSearch($page_no, $page_size, $params, $is_total = 0)
{
$result['status'] = 'fail';
$result['msg'] = '';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment