Commit 783cf297 authored by 张森's avatar 张森

预警触发主题前缀业务字段修改

parent 490a13b7
......@@ -1382,7 +1382,7 @@ public class MqttReceiveServiceImpl implements MqttReceiveService {
nowValue,
equipmentSpecificIndex,
String.valueOf(equipmentSpecificIndex.getEquipmentSpecificId()),
"equip/data/analysis",
"fireIot/data/analysis",
indexKey,
extra);
......@@ -1475,7 +1475,7 @@ public class MqttReceiveServiceImpl implements MqttReceiveService {
nowValue,
equipmentSpecificIndex,
map.get("id").toString(),
"water/data/analysis",
"fireIot/data/analysis",
"WATER_POOL_LEVEL",
extra);
}
......
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