Commit d584eefd authored by hujun's avatar hujun

1

parent 8d14cb4a
...@@ -396,7 +396,7 @@ class Houses extends Basic ...@@ -396,7 +396,7 @@ class Houses extends Basic
} }
if (!empty($this->params['business_id'])) { if (!empty($this->params['business_id'])) {
$where['business_id'] = $this->params['business_id']; $where['business_district_id'] = $this->params['business_id'];
} }
$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);
......
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