zxl
2025-05-29 71f61d13531b3e2a0099ba5afe3f268c99c5bacf
ycl-server/src/main/java/com/ycl/platform/mapper/TMonitorMapper.java
@@ -95,7 +95,7 @@
    /**
     * 获取恢复异常设备
     * @param time 时间
     * @param monitor 时间
     * @return 数据
     */
    Map<String, String> recoveryException(TMonitorVO monitor);
@@ -137,6 +137,8 @@
    void deleteAll();
    Long getAllVideo();
    List<String> getIdListVideo();
    /**
     * 批量修改设备厂商类型
@@ -169,6 +171,12 @@
     */
    void updateOnlineFromUyOrHk(@Param("onlineList") List<UpdateOnlineVO> onlineList);
    /**
     * 根据国标修改
     * @param onlineList
     */
    void updateOnlineFromHk(@Param("onlineList") List<UpdateOnlineVO> onlineList);
    /**
     * 点位在线率
@@ -185,4 +193,11 @@
    List<TMonitorExp> exportTMonitorList(TMonitorVO tMonitor);
    List<TMonitorResult> getByIp(@Param("ipList")List<String> ips);
    void clearMonitor();
    List<String> getVideoIds();
    Map<String, String> assetManagementCount();
}