jinpengyong
2024-01-31 6439b2eb693c27283437f53740ebd01d7520ab32
screen-api/src/main/java/com/moral/api/mapper/DeviceMapper.java
@@ -52,6 +52,6 @@
    Page<OnlineRateVo> getPage(Page page, @Param("organizationId")Integer organizationId);
    //设备在线率不分页
    List<OnlineRateVo> getList(@Param("organizationId")Integer organizationId);
    List<OnlineRateVo> getLists(@Param("organizationId")Integer organizationId,@Param("state")Integer state);
}