Commit 59e3a280d6a2215f767d81e08d2f9e33a7b8e3dc

Authored by 648540858
1 parent baef2dd1

去除目录通知多余的信息

src/main/java/com/genersoft/iot/vmp/gb28181/event/subscribe/catalog/CatalogEventLister.java
@@ -100,7 +100,7 @@ public class CatalogEventLister implements ApplicationListener<CatalogEvent> { @@ -100,7 +100,7 @@ public class CatalogEventLister implements ApplicationListener<CatalogEvent> {
100 } 100 }
101 if (deviceChannelList.size() > 0) { 101 if (deviceChannelList.size() > 0) {
102 logger.info("[Catalog事件: {}]平台:{},影响通道{}个", event.getType(), event.getPlatformId(), deviceChannelList.size()); 102 logger.info("[Catalog事件: {}]平台:{},影响通道{}个", event.getType(), event.getPlatformId(), deviceChannelList.size());
103 - sipCommanderFroPlatform.sendNotifyForCatalogAddOrUpdate(event.getType(), parentPlatform, deviceChannelList, subscribe); 103 + sipCommanderFroPlatform.sendNotifyForCatalogOther(event.getType(), parentPlatform, deviceChannelList, subscribe);
104 } 104 }
105 }else if (parentPlatformMap.keySet().size() > 0) { 105 }else if (parentPlatformMap.keySet().size() > 0) {
106 for (String gbId : parentPlatformMap.keySet()) { 106 for (String gbId : parentPlatformMap.keySet()) {