删除多余的;
This commit is contained in:
parent
04ba663faf
commit
64d4900aa3
|
|
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user