Commit 394345f7 authored by hujun's avatar hujun

[]

parent c81ec1ef
...@@ -1233,7 +1233,8 @@ class OfficeRoomService ...@@ -1233,7 +1233,8 @@ class OfficeRoomService
$page_size = empty($params['pageSize']) ? 15 : $params['pageSize']; $page_size = empty($params['pageSize']) ? 15 : $params['pageSize'];
$where = []; $where = [];
$order = 'a.id desc'; $order = 'a.id desc';
$result['data'] = [];
$result['msg'] = '';
if (isset($params['city'])) { if (isset($params['city'])) {
$where['b.city'] = $params['city']; //市 $where['b.city'] = $params['city']; //市
} }
......
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