Commit 6dc0d3c1 authored by 张森's avatar 张森

站端设备平台v5>消防告警列表>健康诊断告警,稳压泵单小时“启动”次数超过15次生成预警,不是启停次数

parent 2c3bf1ac
...@@ -1167,7 +1167,7 @@ public class MqttReceiveServiceImpl implements MqttReceiveService { ...@@ -1167,7 +1167,7 @@ public class MqttReceiveServiceImpl implements MqttReceiveService {
doWaterStationWarning(equipmentSpecificIndex.getBizOrgCode(), equipmentSpecificIndex.getBizOrgName()); doWaterStationWarning(equipmentSpecificIndex.getBizOrgCode(), equipmentSpecificIndex.getBizOrgName());
} }
//稳压泵启动次数大于15次触发预警 //稳压泵启动次数大于15次触发预警
if (iotDataVO.getKey().equalsIgnoreCase(FHS_PressurePump_Start)) { if (iotDataVO.getKey().equalsIgnoreCase(FHS_PressurePump_Start) && "true".equals(iotDataVO.getValue().toString())) {
doPressurePumInfo(topicEntity, equipmentSpecificIndex); doPressurePumInfo(topicEntity, equipmentSpecificIndex);
} }
// 遥测数据生成告警事件、日志处理 // 遥测数据生成告警事件、日志处理
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment