Commit 88bacf3d by HlQ

[add] 添加阈值

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