优化级联平台GPS订阅
This commit is contained in:
@@ -17,7 +17,6 @@ public class RedisGPSMsgListener implements MessageListener {
|
||||
@Override
|
||||
public void onMessage(Message message, byte[] bytes) {
|
||||
GPSMsgInfo gpsMsgInfo = JSON.parseObject(message.getBody(), GPSMsgInfo.class);
|
||||
System.out.println(JSON.toJSON(gpsMsgInfo));
|
||||
redisCatchStorage.updateGpsMsgInfo(gpsMsgInfo);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user