From 0bbbc0ef836f04200215fecf73fa9c3a10f0dce8 Mon Sep 17 00:00:00 2001 From: wucongxing <815046773@qq.com> Date: Thu, 27 Apr 2023 14:44:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=82=A3=E8=80=85=E7=97=85?= =?UTF-8?q?=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/InquiryService.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Services/InquiryService.php b/app/Services/InquiryService.php index 8fb45ec..63e9431 100644 --- a/app/Services/InquiryService.php +++ b/app/Services/InquiryService.php @@ -384,6 +384,7 @@ class InquiryService extends BaseService $order_inquiry_case['job_name'] = $patient_family['job_name'] ?? ""; $order_inquiry_case['nation_name'] = $patient_family['nation_name'] ?? ""; $order_inquiry_case['marital_status'] = $patient_family['marital_status'] ?? 0; + $order_inquiry_case['id_number'] = $patient_family['id_number'] ?? ""; // 获取患者家庭成员信息表-健康情况 $params = array();