瀏覽代碼

删除注释掉的内容

lighter 2 年之前
父節點
當前提交
0a7814fcb7
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      src/main/java/thyyxxk/webserver/dao/his/medicalinsurance/SiZyDao.java

+ 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);