소스 검색

社区优化

whj 4 년 전
부모
커밋
d3f85a00bb
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 3
      app/Http/Controllers/Api/V2/DoctorController.php

+ 1 - 3
app/Http/Controllers/Api/V2/DoctorController.php

xqd xqd
@@ -345,8 +345,6 @@ class DoctorController extends AuthController
         return out($list);
     }
 
-
-
     /**
      * 获取审核状态
      * @param $type
@@ -953,7 +951,7 @@ class DoctorController extends AuthController
         $where['province_id'] = $province;
         $where['city_id'] = $city;
         $where['area_id'] = $area;
-        $where['type'] = 1;
+//        $where['type'] = 1;
         $Organization = Organization::with('offices')->where($where)->get()->toArray();
         $qulire = Qualification::where('status', 1)->get();
         $newList = [];