修改患者问诊病例民族问题

This commit is contained in:
2023-08-30 11:57:22 +08:00
parent b5739783ad
commit 055bfc09f9
5 changed files with 16 additions and 6 deletions
+3 -1
View File
@@ -413,7 +413,9 @@ class InquiryService extends BaseService
if (!empty($patient_family['nation_name'])){
$nation_name = $patient_family['nation_name'];
}else{
// if (!empty($order_inquiry_case['']))
if (!empty($order_inquiry_case['nation_name'])){
$nation_name = $order_inquiry_case['nation_name'];
}
}
}
$order_inquiry_case['height'] = $order_inquiry_case['height'] ?: $patient_family['height'] ?: NULL;