Commit 54217539 authored by hujun's avatar hujun

site_id

parent f6ff38fb
......@@ -153,7 +153,7 @@ class StoreFee extends Basic
if (!empty($params['office_address'])) {
$conditions['office_address'] = ['LIKE', '%' . $params['office_address'] . '%'];
}
$field = 'id,rent,office_name,office_address,create_time';
$field = 'id,rent,office_name,office_address,create_time,site_id';
$result = $this->f_office->getOffice($field, $conditions, $pageNo, $pageSize);
if (!$result)
return $this->response("200", "成功", []);
......
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