修改列表中民族

This commit is contained in:
2023-08-23 10:27:10 +08:00
parent 9884afeee4
commit c83a7c1874
+1
View File
@@ -42,6 +42,7 @@ class PatientFamilyService extends BaseService
'card_name_mask',
'sex',
'age',
'nation_id',
];
$patient_familys = PatientFamilyModel::getList($params, $field);