From b593520857a56818d17f6a5dff62698f85d49702 Mon Sep 17 00:00:00 2001 From: wucongxing <815046773@qq.com> Date: Tue, 29 Aug 2023 15:38:10 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8E=B7=E5=8F=96=E5=AE=B6=E5=BA=AD=E6=88=90?= =?UTF-8?q?=E5=91=98=E5=88=97=E8=A1=A8=E6=96=B0=E5=A2=9E=E6=B0=91=E6=97=8F?= =?UTF-8?q?=E5=90=8D=E7=A7=B0?= 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 272ff2d..a67193d 100644 --- a/app/Services/PatientFamilyService.php +++ b/app/Services/PatientFamilyService.php @@ -43,6 +43,7 @@ class PatientFamilyService extends BaseService 'sex', 'age', 'nation_id', + 'nation_name', ]; $patient_familys = PatientFamilyModel::getList($params, $field);