From 4f3221f5e07e2c2d5a7b7ea535f775224d0f55ef Mon Sep 17 00:00:00 2001 From: yinq Date: Mon, 1 Sep 2025 13:14:29 +0800 Subject: [PATCH] =?UTF-8?q?change=20-=20=E6=B8=A9=E5=BA=A6=E9=98=88?= =?UTF-8?q?=E5=80=BC=E7=BB=B4=E6=8A=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../SetMonitorThresholdValueTemp.html | 8 ++++++++ .../mapper/system/TSetmonitorthresholdvalueMapper.xml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ruoyi-admin/src/main/resources/templates/system/SetMonitorThresholdValue/SetMonitorThresholdValueTemp.html b/ruoyi-admin/src/main/resources/templates/system/SetMonitorThresholdValue/SetMonitorThresholdValueTemp.html index ab6f2ab..5123749 100644 --- a/ruoyi-admin/src/main/resources/templates/system/SetMonitorThresholdValue/SetMonitorThresholdValueTemp.html +++ b/ruoyi-admin/src/main/resources/templates/system/SetMonitorThresholdValue/SetMonitorThresholdValueTemp.html @@ -142,10 +142,18 @@ field: 'temperatureMax', title: '温度最大值' }, + { + field: 'tMaxIdea', + title: '温度过高意见' + }, { field: 'temperatureMin', title: '温度最小值' }, + { + field: 'tMinIdea', + title: '温度过底意见' + }, { field: 'humidityMax', title: '湿度最大值', diff --git a/ruoyi-system/src/main/resources/mapper/system/TSetmonitorthresholdvalueMapper.xml b/ruoyi-system/src/main/resources/mapper/system/TSetmonitorthresholdvalueMapper.xml index 78ad05b..0a2f18e 100644 --- a/ruoyi-system/src/main/resources/mapper/system/TSetmonitorthresholdvalueMapper.xml +++ b/ruoyi-system/src/main/resources/mapper/system/TSetmonitorthresholdvalueMapper.xml @@ -80,7 +80,7 @@ select stv.objId, stv.monitorId, - stv.monitorType, + t1.monitorType, stv.temperatureMax, stv.temperatureMin, stv.humidityMax,