删除多余的代码

This commit is contained in:
JIANG
2025-12-01 14:28:10 +08:00
parent c29ebc22fc
commit cfa7ffdfea

View File

@@ -3361,7 +3361,6 @@ def query_corresponding_query_id_and_element_id(name: str) -> None:
:return:
"""
# 连接数据库
conn_string = f"dbname={db_name} host={db_host} user={db_user} password={db_password}"
conn_string = get_pgconn_string(db_name=name)
try:
with psycopg.connect(conn_string) as conn: