Commit 88bacf3d by HlQ

[add] 添加阈值

1 parent 89d79986
...@@ -281,6 +281,7 @@ public class MqttClientMessageListener { ...@@ -281,6 +281,7 @@ public class MqttClientMessageListener {
rec.setAgentType(sendData.getAgentType()); rec.setAgentType(sendData.getAgentType());
rec.setEventUid(sendData.getEventUid()); rec.setEventUid(sendData.getEventUid());
rec.setEventType(sendData.getEventType()); rec.setEventType(sendData.getEventType());
rec.setThreshold(sendData.getThreshold());
}).toList(); }).toList();
recordService.saveBatch(eventRecordList); recordService.saveBatch(eventRecordList);
} }
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!