获取家庭成员列表新增民族名称

This commit is contained in:
wucongxing 2023-08-29 15:38:10 +08:00
parent 3606b62397
commit b593520857

View File

@ -43,6 +43,7 @@ class PatientFamilyService extends BaseService
'sex',
'age',
'nation_id',
'nation_name',
];
$patient_familys = PatientFamilyModel::getList($params, $field);