jinpengyong
2024-02-01 0d95bea786a3ecf999a7e2f0172310c508ff6a96
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);
}