From 4968be4a70f54afcf79b687c3f785020d95ced44 Mon Sep 17 00:00:00 2001 From: DingZQ Date: Mon, 24 Mar 2025 22:22:31 +0800 Subject: [PATCH] Refine --- simulation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simulation.py b/simulation.py index 6ef990b..f089703 100644 --- a/simulation.py +++ b/simulation.py @@ -55,7 +55,7 @@ def query_corresponding_element_id_and_query_id(name: str) -> None: elif type_ == 'demand': globals.demand_id[associated_element_id] = api_query_id elif type_ == 'quality': - globals.qualuuiduuiduuidity_id[associated_element_id] = api_query_id + globals.quality_id[associated_element_id] = api_query_id else: # 如果遇到未定义的类型,可以选择记录日志或忽略 print(f"未处理的类型: {type_}")