xiaochan 5 روز پیش
والد
کامیت
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, " +