648540858
2022-01-17 59e3a280d6a2215f767d81e08d2f9e33a7b8e3dc
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);
      }