删除多余的;

This commit is contained in:
duwenyuan 2026-01-07 20:41:48 +08:00
parent 04ba663faf
commit 64d4900aa3

View File

@ -57,6 +57,6 @@ public class AnalysisProcess {
String str = ""; String str = "";
JSON.parseObject(str, PHDFile.class); JSON.parseObject(str, PHDFile.class);
// 通过 redis 订阅发送 websocket 消息 // 通过 redis 订阅发送 websocket 消息
redisTemplate.convertAndSend(GlobalConstants.REDIS_TOPIC_NAME, params);; redisTemplate.convertAndSend(GlobalConstants.REDIS_TOPIC_NAME, params);
} }
} }