Commit 41d6e638 authored by KeYong's avatar KeYong

提交

parent d38e16ff
......@@ -289,6 +289,8 @@ public class CheckController extends AbstractBaseController {
TopicEntityVo topicEntityVo = new TopicEntityVo();
topicEntityVo.setTopic(patrolRiskCreateTopic);
detailVo.setEquipInfo(equipInfoVo);
detailVo.setAlarmInfo(alarmInfoVo);
topicEntityVo.setMessage(JSON.toJSONString(detailVo));
try {
webMqttComponent.publish(patrolRiskCreateTopic, JSON.toJSONString(topicEntityVo));
......
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