rgb 6 år sedan
förälder
incheckning
62fe091ff5
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      icss-service/src/main/resources/mapper/PatientInfoMapper.xml

+ 1 - 1
icss-service/src/main/resources/mapper/PatientInfoMapper.xml

@@ -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