chenjialing
2022-03-02 fe0b5c33f92e11f51574deb2c589a31b34a6e720
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获取启用/不启用的代理列表