Commit 586be965 authored by 耿迪迪's avatar 耿迪迪

修改报警状态 gengdidi

parent abbcda52
......@@ -100,6 +100,7 @@ public class UDPServerHandler extends SimpleChannelInboundHandler<DatagramPacket
if(null != tAlarmInfo){
if(DeviceStatusEnum.PREHEAT.getCode().equals(data.getDeviceStatus()) || DeviceStatusEnum.NORMAL.getCode().equals(data.getDeviceStatus())){
tAlarmInfo.setHandleTime(DateUtil.date());
tAlarmInfo.setAlarmStatus("1");
tAlarmInfo.setHandleType("1");
itAlarmInfoService.updateTAlarmInfo(tAlarmInfo);
return;
......
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