cjl
2024-03-28 c5b1a331a238ef37818d8bcebca1226b9fe1a559
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);
}