648540858
2022-02-28 9c5b1060af4e6c468b2cf95fbb9ec6d0a05fad5c
src/main/java/com/genersoft/iot/vmp/storager/IVideoManagerStorager.java
@@ -239,7 +239,7 @@
   /**
    * 查询通道信息,不区分设备(已关联平台或全部)
    */
   PageInfo<ChannelReduce> queryAllChannelList(int page, int count, String query, Boolean online, Boolean channelType, String platformId, Boolean inPlatform);
   PageInfo<ChannelReduce> queryAllChannelList(int page, int count, String query, Boolean online, Boolean channelType, String platformId, String catalogId);
   /**
    * 查询设备的通道信息
@@ -396,12 +396,6 @@
    * @param online
    */
   void updateParentPlatformStatus(String platformGbID, boolean online);
   /**
    * 更新媒体节点
    * @param mediaServerItem
    */
   void updateMediaServer(MediaServerItem mediaServerItem);
   /**
    * 根据媒体ID获取启用/不启用的代理列表