Commit 37e4789e authored by zhengjiangtao's avatar zhengjiangtao

Merge branch 'develop_20200601' of http://172.16.10.76/bank/AmosBankRoot into develop_20200601

parents eea5ff12 1a5f1976
...@@ -252,7 +252,7 @@ public class SelfSupportListener extends EmqxListener implements InitializingBea ...@@ -252,7 +252,7 @@ public class SelfSupportListener extends EmqxListener implements InitializingBea
} else { } else {
Alarm alarm = new Alarm(); Alarm alarm = new Alarm();
alarm.setSourceId(eqpId+""); alarm.setSourceId(eqpId+"");
alarm.setAlarmLevel("警告告警"); alarm.setAlarmLevel("紧急告警");
alarm.setAlarmReason(""); alarm.setAlarmReason("");
alarm.setAlarmSourceIp(ipAddress+""); alarm.setAlarmSourceIp(ipAddress+"");
alarm.setAlarmSourceName(eqpName); alarm.setAlarmSourceName(eqpName);
......
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