Commit 3790cd28 authored by tangwei's avatar tangwei

修改bug

parent aff0b240
...@@ -199,6 +199,7 @@ public class SelfSupportListener extends EmqxListener implements InitializingBea ...@@ -199,6 +199,7 @@ public class SelfSupportListener extends EmqxListener implements InitializingBea
Map<String, Object> map = new HashMap<>(); Map<String, Object> map = new HashMap<>();
map.put("position",sanwei); map.put("position",sanwei);
map.put("storey", lou); map.put("storey", lou);
map.put("levelStr", "impEqu_04");
alarmPoint1.setPointAttrs(JSON.toJSONString(map)); alarmPoint1.setPointAttrs(JSON.toJSONString(map));
alarmPointService.save(alarmPoint1); alarmPointService.save(alarmPoint1);
......
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