作者 Cool

商家社区列表调整

@@ -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 ];