This commit is contained in:
2023-08-02 11:48:45 +08:00
parent 3732976a2b
commit 91f829f26e
+2 -1
View File
@@ -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']);
}