From c83a7c1874e4b614d754fb6f98ea3ecfba59dea9 Mon Sep 17 00:00:00 2001 From: wucongxing <815046773@qq.com> Date: Wed, 23 Aug 2023 10:27:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=88=97=E8=A1=A8=E4=B8=AD?= =?UTF-8?q?=E6=B0=91=E6=97=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/PatientFamilyService.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Services/PatientFamilyService.php b/app/Services/PatientFamilyService.php index 9aa2176..272ff2d 100644 --- a/app/Services/PatientFamilyService.php +++ b/app/Services/PatientFamilyService.php @@ -42,6 +42,7 @@ class PatientFamilyService extends BaseService 'card_name_mask', 'sex', 'age', + 'nation_id', ]; $patient_familys = PatientFamilyModel::getList($params, $field);