1
This commit is contained in:
parent
3732976a2b
commit
91f829f26e
@ -232,6 +232,7 @@ class DetectionService extends BaseService
|
||||
"user_name",
|
||||
"avatar",
|
||||
"doctor_title",
|
||||
"hospital_id",
|
||||
];
|
||||
$user_doctors = UserDoctor::getDiagnoCoopDoctorList($params,$hospital_params,$fields);
|
||||
if (!empty($user_doctors)){
|
||||
@ -241,7 +242,7 @@ class DetectionService extends BaseService
|
||||
$doctor['hospital_name'] = $value['Hospital']['hospital_name'];
|
||||
}
|
||||
|
||||
unset($value['Hospital']);
|
||||
// unset($value['Hospital']);
|
||||
|
||||
$value['avatar'] = addAliyunOssWebsite($value['avatar']);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user