ycl-server/src/main/java/com/ycl/platform/service/ITMonitorService.java
@@ -75,13 +75,13 @@ * @param tMonitor 条件 * @return 返回一个包含视频数量的Map对象,其中key为统计指标,value为对应功能类型下的统计数量。 */ Map<String, String> getVideoCount(TMonitor tMonitor); Map<String, String> getVideoCount(TMonitorVO tMonitor); /** * 获取异常恢复视频设备统计数 * @return 数据 */ Map<String, String> recoveryException(); Map<String, String> recoveryException(TMonitorVO monitor); /** * 获取首页设备折线图