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