From b25b814a949d2065a61fd3167206ffb51a57af65 Mon Sep 17 00:00:00 2001
From: whyclxw <810412026@qq.com>
Date: 星期日, 28 四月 2024 15:31:09 +0800
Subject: [PATCH] 修改告警阈值重启线程

---
 src/main/java/com/whyc/controller/PwrdevDataHistoryController.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/java/com/whyc/controller/PwrdevDataHistoryController.java b/src/main/java/com/whyc/controller/PwrdevDataHistoryController.java
index 69974fb..3c2a0a3 100644
--- a/src/main/java/com/whyc/controller/PwrdevDataHistoryController.java
+++ b/src/main/java/com/whyc/controller/PwrdevDataHistoryController.java
@@ -14,7 +14,7 @@
 @RestController
 @Api(tags = "鎶ヨ〃缁熻-鏌ヨ鐢垫簮淇℃伅鍘嗗彶鏁版嵁")
 @RequestMapping("pwrdevDataHistory")
-public class PwrdevDataHistoryController {
+public class PwrdevDataHistoryController extends BaseController{
     @Resource
     private PwrdevDataHistoryService service;
     @PostMapping("/getDataHistory")

--
Gitblit v1.9.1