|
|
@ -598,6 +598,7 @@ public class BatchDeviceMessageProcessor { |
|
|
// 发送报警结束消息
|
|
|
// 发送报警结束消息
|
|
|
sendAlarmMessage(handVo, alarmRule.getGasTypeName(), handVo.getValue(), false, context); |
|
|
sendAlarmMessage(handVo, alarmRule.getGasTypeName(), handVo.getValue(), false, context); |
|
|
handVo.setLastPushValue(null); |
|
|
handVo.setLastPushValue(null); |
|
|
|
|
|
handVo.setLastPushLevel(null); |
|
|
HandAlarmDO alarmToEnd = new HandAlarmDO(); |
|
|
HandAlarmDO alarmToEnd = new HandAlarmDO(); |
|
|
alarmToEnd.setId(handVo.getAlarmId()); |
|
|
alarmToEnd.setId(handVo.getAlarmId()); |
|
|
alarmToEnd.setTAlarmEnd(now); |
|
|
alarmToEnd.setTAlarmEnd(now); |
|
|
|