change - 温度阈值维护

master
yinq 4 months ago
parent 703ca0ee60
commit 4f3221f5e0

@ -142,10 +142,18 @@
field: 'temperatureMax',
title: '温度最大值'
},
{
field: 'tMaxIdea',
title: '温度过高意见'
},
{
field: 'temperatureMin',
title: '温度最小值'
},
{
field: 'tMinIdea',
title: '温度过底意见'
},
{
field: 'humidityMax',
title: '湿度最大值',

@ -80,7 +80,7 @@
<sql id="selectTSetmonitorthresholdvalueVo">
select stv.objId,
stv.monitorId,
stv.monitorType,
t1.monitorType,
stv.temperatureMax,
stv.temperatureMin,
stv.humidityMax,

Loading…
Cancel
Save