|
@@ -55,7 +55,7 @@
|
|
|
d.`name` as patientName,
|
|
|
case when d.sex=1 then '男' when d.sex=2 then '女' else '未知' end as patientSex,
|
|
|
d.id_no as patientIdNo,
|
|
|
- d.birthday as birthday,
|
|
|
+ d.birthday as birthday
|
|
|
FROM tran_hospital_info a LEFT JOIN tran_hospital_dept b
|
|
|
ON a.`code`=b.hospital_code and b.`status`=1 and b.is_deleted='N' and b.`code`=#{hospitalDeptCode}
|
|
|
LEFT JOIN tran_doctor_info c
|