src/main/java/com/genersoft/iot/vmp/service/impl/RedisGpsMsgListener.java
@@ -25,9 +25,6 @@ @Override public void onMessage(@NotNull Message message, byte[] bytes) { if (logger.isDebugEnabled()) { logger.debug("收到来自REDIS的GPS通知: {}", new String(message.getBody())); } GPSMsgInfo gpsMsgInfo = JSON.parseObject(message.getBody(), GPSMsgInfo.class); redisCatchStorage.updateGpsMsgInfo(gpsMsgInfo); }