Commit 0bc416fa authored by hujun's avatar hujun

page

parent bfa63164
...@@ -114,8 +114,8 @@ class OfficeManage extends Basic ...@@ -114,8 +114,8 @@ class OfficeManage extends Basic
$msg = ''; $msg = '';
$data = []; $data = [];
$code = 200; $code = 200;
$pageNo = empty($params['pageNo']) ? 1 : $params['pageNo']; $pageNo = empty($this->params['pageNo']) ? 1 : $this->params['pageNo'];
$pageSize = empty($params['pageSize']) ? 15 : $params['pageSize']; $pageSize = empty($this->params['pageSize']) ? 15 : $this->params['pageSize'];
$building_service = new OfficeService(); $building_service = new OfficeService();
$result = $building_service->BuildingSearch($pageNo, $pageSize, $this->params, 1); $result = $building_service->BuildingSearch($pageNo, $pageSize, $this->params, 1);
......
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