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