| xqd
@@ -345,8 +345,6 @@ class DoctorController extends AuthController
|
|
|
return out($list);
|
|
|
}
|
|
|
|
|
|
-
|
|
|
-
|
|
|
/**
|
|
|
* 获取审核状态
|
|
|
* @param $type
|
| xqd
@@ -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 = [];
|