Commit fd42b17b authored by hujun's avatar hujun

is_lock

parent 631ab3ac
...@@ -412,6 +412,10 @@ class Houses extends Basic ...@@ -412,6 +412,10 @@ class Houses extends Basic
$where['business_district_id'] = $this->params['business_id']; $where['business_district_id'] = $this->params['business_id'];
} }
if (!empty($this->params['is_lock'])) {
$where['is_lock'] = $this->params['is_lock'];
}
$data['data']['list'] = $this->house->getHouseListDish($pageNo, $pageSize, 'id DESC', $fields, $where, $this->userId); $data['data']['list'] = $this->house->getHouseListDish($pageNo, $pageSize, 'id DESC', $fields, $where, $this->userId);
$data['data']['total'] = $this->house->getHouseListTotal($where); $data['data']['total'] = $this->house->getHouseListTotal($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