src/main/java/com/genersoft/iot/vmp/storager/IVideoManagerStorage.java
@@ -342,9 +342,9 @@ int addCatalog(PlatformCatalog platformCatalog); PlatformCatalog getCatalog(String id); PlatformCatalog getCatalog(String platformId, String id); int delCatalog(String id); int delCatalog(String platformId, String id); int updateCatalog(PlatformCatalog platformCatalog); @@ -378,4 +378,7 @@ List<DeviceChannelExtend> queryChannelsByDeviceId(String serial, List<String> channelIds, Boolean online); List<ParentPlatform> queryEnablePlatformListWithAsMessageChannel(); List<Device> queryDeviceWithAsMessageChannel(); }