作者 何书鹏
1 个管道 的构建 通过 耗费 0 秒

接口修改

... ... @@ -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%"];
... ...