正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -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 | ]; |
-
请 注册 或 登录 后发表评论