|
@@ -83,6 +83,7 @@
|
|
|
d.`name` as patientName,
|
|
|
case when d.sex=1 then '男' when d.sex=2 then '女' else '未知' end as patientSex,
|
|
|
case when d.identity_num is null or d.identity_num='' then d.id_no else d.identity_num end as patientIdNo,
|
|
|
+ d.phone as patientPhone,
|
|
|
d.birthday as birthday
|
|
|
FROM tran_hospital_info a
|
|
|
LEFT JOIN tran_doctor_info c
|