Commit 3a830e74 authored by chenzhao's avatar chenzhao

Merge branch 'develop_dl' of http://39.98.45.134:8090/moa/amos-boot-biz into develop_dl

parents ea45878b 41d6e638
......@@ -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