lighter 2 роки тому
батько
коміт
0a7814fcb7

+ 0 - 2
src/main/java/thyyxxk/webserver/dao/his/medicalinsurance/SiZyDao.java

@@ -40,8 +40,6 @@ 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), " +
             "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);