From 520ff59289786ed18026d6d37822b3172779be86 Mon Sep 17 00:00:00 2001 From: wucongxing <815046773@qq.com> Date: Tue, 16 May 2023 09:19:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8C=BB=E7=94=9F=E8=BA=AB?= =?UTF-8?q?=E4=BB=BD=E8=AE=A4=E8=AF=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/DoctorAuthService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/DoctorAuthService.php b/app/Services/DoctorAuthService.php index cdd8006..05afb18 100644 --- a/app/Services/DoctorAuthService.php +++ b/app/Services/DoctorAuthService.php @@ -573,7 +573,7 @@ class DoctorAuthService extends BaseService if (!empty($doctor_data['avatar'])){ // 修改user表头像 $params = array(); - $params['doctor_id'] = $user_info['client_user_id']; + $params['user_id'] = $user_info['user_id']; $data = array(); $data['avatar'] = $doctor_data['avatar'];