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

合并分支 'Branch_liuzhen' 到 'master'

Branch liuzhen



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