交换机端口过滤

This commit is contained in:
qiminbao
2025-09-28 18:23:21 +08:00
parent 321235fc23
commit da16318bf5
@@ -248,7 +248,9 @@ public class BusinessTasks {
*/
@Async("taskExecutor")
public void switchBoardTask(String type) {
long timestamp = AgentUtil.roundMinutes();
long timestamp = System.currentTimeMillis();
timestamp = Math.round(timestamp / 1000.0);
// long timestamp = AgentUtil.roundMinutes();
int count = task8Counter.incrementAndGet();
AssertLog.info("交换机信息采集定时任务执行 - 时间: {},task #{}", LocalDateTime.now(), count);
// 判定客户端与服务端是否连接