jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/dal/mysql/room/RoomMapper.java
@@ -31,6 +31,9 @@ .orderByDesc(RoomDO::getId)); } @Select("select * from lihu.clinic_room where ip = #{ip}") List<RoomDO> queueByIp(@Param("ip") String ip); @Update("<script> " + "update lihu.clinic_room set status=#{newStatus}, doc_id=null, doc_name=null " + " where 1 = 1 " +