...
|
...
|
@@ -252,7 +252,6 @@ class House extends Api |
|
|
$user_id = $this->auth->id;
|
|
|
$area = $this->request->param('area');
|
|
|
$keyword = $this->request->param('keyword');
|
|
|
$sql = Db::name('house');
|
|
|
$where = [];
|
|
|
if(!empty($area)){
|
|
|
$where['area'] = ['like',"%$area%"];
|
...
|
...
|
|