From 69ba128c58bfb9f5a79481e4997558aafc6f46c6 Mon Sep 17 00:00:00 2001
From: zjj <3272660260@qq.com>
Date: 星期二, 23 九月 2025 15:21:51 +0800
Subject: [PATCH] #

---
 src/main/java/com/zy/core/task/ShuttleExecuteScheduler.java |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/src/main/java/com/zy/core/task/ShuttleExecuteScheduler.java b/src/main/java/com/zy/core/task/ShuttleExecuteScheduler.java
index e0d1ffe..df063f7 100644
--- a/src/main/java/com/zy/core/task/ShuttleExecuteScheduler.java
+++ b/src/main/java/com/zy/core/task/ShuttleExecuteScheduler.java
@@ -22,11 +22,6 @@
     private RedisUtil redisUtil;
     private int threadControlCount;
 
-    @Scheduled(cron = "0/1 * * * * ? ")
-    public void execute() {
-
-    }
-
     public ShuttleExecuteScheduler(ShuttleAction shuttleAction, DeviceConfigService deviceConfigService, RedisUtil redisUtil, int threadControlCount) {
         this.shuttleAction = shuttleAction;
         this.deviceConfigService = deviceConfigService;

--
Gitblit v1.9.1