Commit 11b26b24 authored by xixinzhao's avatar xixinzhao

修改装备消码为站端执行

parent bf53913e
......@@ -698,6 +698,7 @@ public class MqttReceiveServiceImpl implements MqttReceiveService {
equipmentSpeIndex.setEquipmentType(topicEntity.getType());
equipmentSpeIndex.setUUID(UUIDUtils.getUUID());
if ("zd".equals(system)) {
// 收到信号触发规则恢复码判断
List<Map<String, String>> list = new ArrayList<>();
Map<String, String> map = new HashMap<>(2);
......@@ -715,6 +716,7 @@ public class MqttReceiveServiceImpl implements MqttReceiveService {
} catch (Exception e) {
log.error("调用规则失败: {}", e.getMessage());
}
}
//es存储数据
eSeqService.saveESEquiplistSpecificBySystemESVO(equipmentSpeIndex, String.valueOf(vo.getSystemId()), vo.getSystemName());
......
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