src/main/java/com/genersoft/iot/vmp/gb28181/event/online/OnlineEventListener.java
@@ -85,7 +85,7 @@ device.setOnline(1); Device deviceInstore = storager.queryVideoDevice(device.getDeviceId()); if (deviceInstore.getOnline() == 0) { if (deviceInstore != null && deviceInstore.getOnline() == 0) { List<DeviceChannel> deviceChannelList = storager.queryOnlineChannelsByDeviceId(device.getDeviceId()); eventPublisher.catalogEventPublish(null, deviceChannelList, CatalogEvent.ON); }