|
@@ -109,6 +109,7 @@ public interface SiMzDao {
|
|
|
"rtrim(visit_dept_code) as diagDept, " +
|
|
"rtrim(visit_dept_code) as diagDept, " +
|
|
|
"diseDorNo=(select rtrim(yb_code) from a_employee_mi where code=doctor_code), " +
|
|
"diseDorNo=(select rtrim(yb_code) from a_employee_mi where code=doctor_code), " +
|
|
|
"diseDorName=(select rtrim(name) from a_employee_mi where code=doctor_code), " +
|
|
"diseDorName=(select rtrim(name) from a_employee_mi where code=doctor_code), " +
|
|
|
|
|
+ "ybName=(select rtrim(yb_name) from a_employee_mi where code=doctor_code), " +
|
|
|
"visit_date as diagTime, " +
|
|
"visit_date as diagTime, " +
|
|
|
"valiFlag='1' " +
|
|
"valiFlag='1' " +
|
|
|
"from mz_visit_table where patient_id=#{patNo} and times=#{times}")
|
|
"from mz_visit_table where patient_id=#{patNo} and times=#{times}")
|