648540858
2021-01-21 2c47c8c86b0a685e92b0a605ae6f96901cf10555
src/main/java/com/genersoft/iot/vmp/storager/IVideoManagerStorager.java
@@ -210,6 +210,11 @@
    */
   PageInfo<ChannelReduce> queryAllChannelList(int page, int count, String query, Boolean online, Boolean channelType, String platformId, Boolean inPlatform);
   /**
    * 查询设备的通道信息
    */
   List<ChannelReduce> queryChannelListInParentPlatform(String platformId);
   /**
    * 更新上级平台的通道信息
@@ -228,4 +233,7 @@
   int delChannelForGB(String platformId, List<ChannelReduce> channelReduces);
    DeviceChannel queryChannelInParentPlatform(String platformId, String channelId);
    Device queryVideoDeviceByPlatformIdAndChannelId(String platformId, String channelId);
}