Commit 7f1f1646 authored by hujun's avatar hujun

去除商铺默认搜索上海

parent 09c5e1ce
...@@ -277,7 +277,6 @@ class Houses extends Basic ...@@ -277,7 +277,6 @@ class Houses extends Basic
$where['a.shop_area_start'] = ['>', 0]; $where['a.shop_area_start'] = ['>', 0];
} }
} }
$where['a.city'] = '上海市';
$data['data']['list'] = $this->house->getHouseListDish($pageNo, $pageSize, 'a.id DESC', $fields, $where, $this->userId); $data['data']['list'] = $this->house->getHouseListDish($pageNo, $pageSize, 'a.id DESC', $fields, $where, $this->userId);
$data['data']['total'] = $this->house->getHouseListDishTotal($where); $data['data']['total'] = $this->house->getHouseListDishTotal($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