From fb5d32c831f41b2f6d0018c4ac2af687cc513def Mon Sep 17 00:00:00 2001 From: wucongxing <815046773@qq.com> Date: Mon, 28 Aug 2023 15:26:52 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8E=B7=E5=8F=96=E5=8C=BB=E7=94=9Fgerenzhongx?= =?UTF-8?q?in=E6=95=B0=E6=8D=AE=E6=96=B0=E5=A2=9E=E8=81=8C=E7=A7=B0?= =?UTF-8?q?=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/UserDoctorService.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Services/UserDoctorService.php b/app/Services/UserDoctorService.php index 9005b04..2b12007 100644 --- a/app/Services/UserDoctorService.php +++ b/app/Services/UserDoctorService.php @@ -603,6 +603,7 @@ class UserDoctorService extends BaseService $user_doctor['balance_account'] = $balance_account; $user_doctor['estimate_income'] = $estimate_income; + $user_doctor['doctor_title'] = DoctorTitleCode::getMessage($user_doctor['doctor_title']); return success($user_doctor); }