|
@@ -40,8 +40,8 @@ public interface SiZyDao {
|
|
|
"icd_text as diagName, " +
|
|
|
"diagDept=(select rtrim(name) from zd_unit_code where code=( " +
|
|
|
"select small_dept from zy_actpatient where zy_actpatient.inpatient_no=zy_in_diag_yb.inpatient_no)), " +
|
|
|
- "diseDorNo=(select rtrim(isnull(yb_code,code)) from a_employee_mi where code=oper_id), " +
|
|
|
- "diseDorName=(select rtrim(name) from a_employee_mi where code=oper_id), " +
|
|
|
+// "diseDorNo=(select rtrim(isnull(yb_code,code)) from a_employee_mi where code=oper_id), " +
|
|
|
+// "diseDorName=(select rtrim(name) from a_employee_mi where code=oper_id), " +
|
|
|
"op_date as diagTime " +
|
|
|
"from zy_in_diag_yb where inpatient_no=#{patNo} and admiss_times=#{times}")
|
|
|
List<AdmDiseinfo> selectAdmDiags(@Param("patNo") String patNo, @Param("times") int times);
|