Refine
This commit is contained in:
@@ -55,7 +55,7 @@ def query_corresponding_element_id_and_query_id(name: str) -> None:
|
|||||||
elif type_ == 'demand':
|
elif type_ == 'demand':
|
||||||
globals.demand_id[associated_element_id] = api_query_id
|
globals.demand_id[associated_element_id] = api_query_id
|
||||||
elif type_ == 'quality':
|
elif type_ == 'quality':
|
||||||
globals.qualuuiduuiduuidity_id[associated_element_id] = api_query_id
|
globals.quality_id[associated_element_id] = api_query_id
|
||||||
else:
|
else:
|
||||||
# 如果遇到未定义的类型,可以选择记录日志或忽略
|
# 如果遇到未定义的类型,可以选择记录日志或忽略
|
||||||
print(f"未处理的类型: {type_}")
|
print(f"未处理的类型: {type_}")
|
||||||
|
|||||||
Reference in New Issue
Block a user