From 6f83a42e2834e35f2da6315085ee3d0fca235ef6 Mon Sep 17 00:00:00 2001 From: wucongxing <815046773@qq.com> Date: Thu, 27 Apr 2023 18:47:29 +0800 Subject: [PATCH] 1 --- app/Services/InquiryService.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Services/InquiryService.php b/app/Services/InquiryService.php index 63e9431..6a70f02 100644 --- a/app/Services/InquiryService.php +++ b/app/Services/InquiryService.php @@ -747,6 +747,7 @@ class InquiryService extends BaseService $result['follow'] = $follow; $result['is_evaluation'] = $is_evaluation; $result['reception_time'] = $order_inquiry['reception_time'] ?: null; // 接诊时间 + $result['multi_point_status'] = $user_doctor['multi_point_status'] ?: null;// 医生多点执业认证状态(0:未认证 1:认证通过 2:审核中 3:认证失败) return success($result); }