Refine
This commit is contained in:
@@ -1472,7 +1472,7 @@ def query_SCADA_data_by_device_ID_and_timerange(query_ids_list: List[str], start
|
||||
# 获取记录的时间和监测值
|
||||
records_list.append({
|
||||
"time": record["_time"],
|
||||
"value": record["_value"]
|
||||
"value": record.get_value()
|
||||
})
|
||||
SCADA_dict[device_id] = records_list
|
||||
|
||||
|
||||
Reference in New Issue
Block a user