From 0d173902e8d7437f08749677cdcea0c554e430a2 Mon Sep 17 00:00:00 2001 From: wucongxing8150 <815046773@qq.com> Date: Wed, 27 Mar 2024 16:26:15 +0800 Subject: [PATCH] =?UTF-8?q?=E9=94=99=E8=AF=AF=E5=A2=9E=E5=8A=A0=E4=B8=93?= =?UTF-8?q?=E9=95=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/DoctorAuthService.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/Services/DoctorAuthService.php b/app/Services/DoctorAuthService.php index 74d8a89..382dc40 100644 --- a/app/Services/DoctorAuthService.php +++ b/app/Services/DoctorAuthService.php @@ -882,6 +882,11 @@ class DoctorAuthService extends BaseService if ($doctor_iden_fail['field_name'] == "be_good_at") { $result[$doctor_iden_fail['field_name']] = $doctor_iden_fail['fail_reason']; } + + // 专长 + if ($doctor_iden_fail['field_name'] == "doctor_expertise") { + $result[$doctor_iden_fail['field_name']] = $doctor_iden_fail['fail_reason']; + } } return success($result);