xiaochan 5 dní pred
rodič
commit
748767a891

+ 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, " +