This commit is contained in:
DingZQ
2025-03-15 18:06:02 +08:00
parent 86da9b2c60
commit 22ffaaf410

View File

@@ -1946,7 +1946,7 @@ def query_all_records_by_date_with_type(query_date: str, query_type: str, bucket
elif measurement == "link":
result_records.append({
"time": record["_time"],
"linkID": record["ID"],
"ID": record["ID"],
"flow": record["flow"],
"velocity": record["velocity"],
"headloss": record["headloss"],