소스 검색

no message

xiaochan 6 일 전
부모
커밋
748767a891
1개의 변경된 파일0개의 추가작업 그리고 5개의 파일을 삭제
  1. 0 5
      src/main/java/thyyxxk/webserver/dao/his/zhuyuanyisheng/JianYanJianChaDao.java

+ 0 - 5
src/main/java/thyyxxk/webserver/dao/his/zhuyuanyisheng/JianYanJianChaDao.java

@@ -118,11 +118,6 @@ public interface JianYanJianChaDao {
             "where inpatient_no = #{patNo}")
     PatientTemp huoQuHuanZheXinXi(@Param("patNo") String patNo);
 
-    @Select("select responce_type_name = (select rtrim(name) from zy_zd_responce_type where code = responce_type) " +
-            "from zy_actpatient with (NOLOCK) " +
-            "where inpatient_no = #{patNo}")
-    String huoQuHuanZheShenFen(@Param("patNo") String patNo);
-
     @Select("select rtrim(comm) comm, " +
             "       comment1, " +
             "       comment2, " +