diff --git a/online_Analysis.py b/online_Analysis.py index 1c0ce3c..1c3b69b 100644 --- a/online_Analysis.py +++ b/online_Analysis.py @@ -885,6 +885,7 @@ def store_scheme_info(name: str, scheme_name: str, scheme_type: str, username: s :param scheme_detail: 方案详情(字典,会转换为 JSON) :return: """ + print("开始存储方案信息...") try: conn_string = f"dbname={name} host=127.0.0.1" with psycopg.connect(conn_string) as conn: