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'];