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

合并分支 'Branch_liuzhen' 到 'master'

Branch liuzhen



查看合并请求 !158
... ... @@ -347,7 +347,7 @@ class House extends Api
if($type == 2) {
//查出该用户入驻商家已绑定的和申请中的小区
$store_model = new \app\api\model\Store();
$where_s = ['user_id'=>$this->auth->id];
$where_s = ['user_id'=>$this->auth->id,'status'=>3];
$where = [
'where' => $where_s,
];
... ...