作者 刘朕
1 个管道 的构建 通过 耗费 1 秒

合并分支 'Branch_liuzhen' 到 'master'

我的社区列表调试



查看合并请求 !206
... ... @@ -208,7 +208,9 @@ class User extends Api
$user = $this->auth->getUser();
$area = $this->request->param('area');
$keyword = $this->request->param('keyword');
$where = [];
$where = [
'status' => ['in',[1,2]]
];
if(!empty($area)){
$where['h.area'] = ['like',"%$area%"];
}
... ...