移除多余字段

This commit is contained in:
648540858
2022-03-11 11:22:47 +08:00
parent 5cfaad2d6d
commit 1c95f1b4aa
7 changed files with 16 additions and 101 deletions

View File

@@ -74,7 +74,7 @@ public class CatalogEventLister implements ApplicationListener<CatalogEvent> {
}
}else {
// 获取所用订阅
List<String> platforms = redisCatchStorage.getAllSubscribePlatform();
List<String> platforms = subscribeHolder.getAllCatalogSubscribePlatform();
if (event.getDeviceChannels() != null) {
if (platforms.size() > 0) {
for (DeviceChannel deviceChannel : event.getDeviceChannels()) {