Commit e9484e34 authored by hanbing's avatar hanbing

[update] utc,海信信号机灯态接收,添加return语句

parent f3fc69bc
...@@ -57,6 +57,7 @@ public class NettyServerHandler extends SimpleChannelInboundHandler<DatagramPack ...@@ -57,6 +57,7 @@ public class NettyServerHandler extends SimpleChannelInboundHandler<DatagramPack
String crossId = pojo.getCID(); String crossId = pojo.getCID();
Map<String, RunningLightsStatusPojo> cache = SignalDataCache.runningStateInfoCache; Map<String, RunningLightsStatusPojo> cache = SignalDataCache.runningStateInfoCache;
cache.put(crossId, pojo); cache.put(crossId, pojo);
return;
} }
Object bean = ServiceBeanContext.getBean(className); Object bean = ServiceBeanContext.getBean(className);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment