From 70b0e780c4fb860b89e7e32d5bd19c541173fb5d Mon Sep 17 00:00:00 2001 From: wucongxing8150 <815046773@qq.com> Date: Mon, 11 Mar 2024 09:20:16 +0800 Subject: [PATCH] 2 --- app/Services/UserDoctorService.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Services/UserDoctorService.php b/app/Services/UserDoctorService.php index 62bf64d..dc10557 100644 --- a/app/Services/UserDoctorService.php +++ b/app/Services/UserDoctorService.php @@ -2735,10 +2735,10 @@ class UserDoctorService extends BaseService /** * 获取医生是否可处方图标展示状态 * @param string $doctor_id 医生id - * @param array $doctor_inquiry_configs 医生问诊配置 + * @param array|object $doctor_inquiry_configs 医生问诊配置 * @return int */ - public function getDoctorMultiPointEnable(string $doctor_id = "",array $doctor_inquiry_configs = []): int + public function getDoctorMultiPointEnable(string $doctor_id = "",array|object $doctor_inquiry_configs = []): int { $multi_point_enable = 0; // 是否开启问诊购药 if (!empty($doctor_inquiry_configs)){