eight
2024-09-23 f14d9737da8bbe94e82427f2d0e727fd15c88f2e
jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/dal/mysql/room/RoomMapper.java
@@ -31,7 +31,7 @@
                .orderByDesc(RoomDO::getId));
    }
    @Select("select lihu.clinic_room where ip = #{ip}")
    @Select("select * from lihu.clinic_room where ip = #{ip}")
    List<RoomDO> queueByIp(@Param("ip") String ip);
    @Update("<script> " +