Refine
This commit is contained in:
@@ -885,6 +885,12 @@ def store_scheme_info(name: str, scheme_name: str, scheme_type: str, username: s
|
||||
:param scheme_detail: 方案详情(字典,会转换为 JSON)
|
||||
:return:
|
||||
"""
|
||||
print(name)
|
||||
print(scheme_name)
|
||||
print(scheme_type)
|
||||
print(username)
|
||||
print(scheme_start_time)
|
||||
print(scheme_detail)
|
||||
print("开始存储方案信息...")
|
||||
try:
|
||||
conn_string = f"dbname={name} host=127.0.0.1"
|
||||
|
||||
Reference in New Issue
Block a user