From af6032804cb7de2ad1fcc48f54d268adbf2eda96 Mon Sep 17 00:00:00 2001 From: yinq Date: Fri, 26 Jun 2026 17:49:32 +0800 Subject: [PATCH] =?UTF-8?q?add=20-=20=E9=85=8D=E7=94=B5=E6=9F=9C=E5=AE=9E?= =?UTF-8?q?=E6=97=B6=E7=9B=91=E6=8E=A7=E6=8E=A5=E5=8F=A3=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../system/T_W_TemperturedataController.java | 10 + .../DistributionCabinetMonitor.html | 293 ++++++++---------- .../mapper/T_W_TemperturedataMapper.java | 5 + .../service/IT_W_TemperturedataService.java | 5 + .../impl/T_W_TemperturedataServiceImpl.java | 20 ++ .../system/T_W_TemperturedataMapper.xml | 30 ++ 6 files changed, 203 insertions(+), 160 deletions(-) diff --git a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/system/T_W_TemperturedataController.java b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/system/T_W_TemperturedataController.java index 3fbce81..3610a44 100644 --- a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/system/T_W_TemperturedataController.java +++ b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/system/T_W_TemperturedataController.java @@ -308,4 +308,14 @@ public class T_W_TemperturedataController extends BaseController return result; } + /** + * 配电柜实时监控 + */ + @PostMapping("/distributionCabinetRealTimeMonitor") + @ResponseBody + public AjaxResult distributionCabinetRealTimeMonitor(T_W_Temperturedata t_W_Temperturedata) { + List list = t_W_TemperturedataService.selectDistributionCabinetRealTimeMonitor(t_W_Temperturedata); + return AjaxResult.success(list); + } + } diff --git a/ruoyi-admin/src/main/resources/templates/system/TempertureData/DistributionCabinetMonitor.html b/ruoyi-admin/src/main/resources/templates/system/TempertureData/DistributionCabinetMonitor.html index 3780366..f7d748f 100644 --- a/ruoyi-admin/src/main/resources/templates/system/TempertureData/DistributionCabinetMonitor.html +++ b/ruoyi-admin/src/main/resources/templates/system/TempertureData/DistributionCabinetMonitor.html @@ -6,6 +6,73 @@ + +
@@ -15,18 +82,19 @@ 测控点信息
- -