From bd978772e02e8a62e5450c01615aff444d534462 Mon Sep 17 00:00:00 2001
From: zmc <zmc_li@foxmail.com>
Date: 星期四, 16 十一月 2023 17:15:05 +0800
Subject: [PATCH] 修改了查询异常数据的sql语句

---
 src/main/java/com/flightfeather/monitor/MonitorApplication.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/java/com/flightfeather/monitor/MonitorApplication.java b/src/main/java/com/flightfeather/monitor/MonitorApplication.java
index 1360808..a1f81db 100644
--- a/src/main/java/com/flightfeather/monitor/MonitorApplication.java
+++ b/src/main/java/com/flightfeather/monitor/MonitorApplication.java
@@ -18,7 +18,7 @@
         return new ApplicationRunner() {
             @Override
             public void run(ApplicationArguments args) throws Exception {
-//                taskController.run();
+                taskController.run();
             }
         };
     }

--
Gitblit v1.9.3