Commit 2dfbbfe5 authored by hujun's avatar hujun

status

parent 312682a5
...@@ -272,7 +272,7 @@ class OfficeService ...@@ -272,7 +272,7 @@ class OfficeService
$where['city'] = $params['city']; $where['city'] = $params['city'];
} }
$field = 'id,title,address,type,floor_total,business_district_id,intro'; $field = 'id,title,address,type,floor_total,business_district_id,intro,status';
$data = $this->m_office->getList($page_no, $page_size, '', $field, $where); $data = $this->m_office->getList($page_no, $page_size, '', $field, $where);
if ($is_total) { if ($is_total) {
$result['total'] = $this->m_office->getTotal($where); $result['total'] = $this->m_office->getTotal($where);
......
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