From c47bac207b1f49d4cfe8cd98202a96865345a94f Mon Sep 17 00:00:00 2001
From: zmc <zmc_li@foxmail.com>
Date: 星期三, 15 十一月 2023 09:11:08 +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