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); }