|
@@ -96,6 +96,5 @@ public class StartupRunner implements CommandLineRunner {
|
|
ApplicationConfigDTO configDTO = result.toBean(ApplicationConfigDTO.class);
|
|
ApplicationConfigDTO configDTO = result.toBean(ApplicationConfigDTO.class);
|
|
eventBus.setEventDTOList(configDTO.getConfig().getEventList().getEvent());
|
|
eventBus.setEventDTOList(configDTO.getConfig().getEventList().getEvent());
|
|
|
|
|
|
- DeviceCache.add("channelCode",channelCode);
|
|
|
|
}
|
|
}
|
|
}
|
|
}
|