diff --git a/__pycache__/app.cpython-310.pyc b/__pycache__/app.cpython-310.pyc deleted file mode 100644 index 31faf388..00000000 Binary files a/__pycache__/app.cpython-310.pyc and /dev/null differ diff --git a/__pycache__/config.cpython-311.pyc b/__pycache__/config.cpython-311.pyc deleted file mode 100755 index c1e8c3f8..00000000 Binary files a/__pycache__/config.cpython-311.pyc and /dev/null differ diff --git a/__pycache__/mcp_server.cpython-310.pyc b/__pycache__/mcp_server.cpython-310.pyc deleted file mode 100644 index ef714330..00000000 Binary files a/__pycache__/mcp_server.cpython-310.pyc and /dev/null differ diff --git a/__pycache__/wechat_pay.cpython-310.pyc b/__pycache__/wechat_pay.cpython-310.pyc deleted file mode 100644 index 2a421f05..00000000 Binary files a/__pycache__/wechat_pay.cpython-310.pyc and /dev/null differ diff --git a/__pycache__/wechat_pay_config.cpython-310.pyc b/__pycache__/wechat_pay_config.cpython-310.pyc deleted file mode 100644 index cabda701..00000000 Binary files a/__pycache__/wechat_pay_config.cpython-310.pyc and /dev/null differ diff --git a/app.py b/app.py index 2f633395..e681df2f 100755 --- a/app.py +++ b/app.py @@ -10988,7 +10988,7 @@ def get_rise_analysis(seccode): """) with engine.connect() as conn: - result = conn.execute(query, **params).fetchall() + result = conn.execute(query, params).fetchall() # 格式化数据 rise_analysis_data = [] @@ -11459,7 +11459,7 @@ def get_key_factors_timeline(company_code): """) with engine.connect() as conn: - factors_result = conn.execute(factors_query, **params).fetchall() + factors_result = conn.execute(factors_query, params).fetchall() # 获取发展时间线事件 timeline_query = text("""