update ui
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4
app.py
4
app.py
@@ -10988,7 +10988,7 @@ def get_rise_analysis(seccode):
|
|||||||
""")
|
""")
|
||||||
|
|
||||||
with engine.connect() as conn:
|
with engine.connect() as conn:
|
||||||
result = conn.execute(query, **params).fetchall()
|
result = conn.execute(query, params).fetchall()
|
||||||
|
|
||||||
# 格式化数据
|
# 格式化数据
|
||||||
rise_analysis_data = []
|
rise_analysis_data = []
|
||||||
@@ -11459,7 +11459,7 @@ def get_key_factors_timeline(company_code):
|
|||||||
""")
|
""")
|
||||||
|
|
||||||
with engine.connect() as conn:
|
with engine.connect() as conn:
|
||||||
factors_result = conn.execute(factors_query, **params).fetchall()
|
factors_result = conn.execute(factors_query, params).fetchall()
|
||||||
|
|
||||||
# 获取发展时间线事件
|
# 获取发展时间线事件
|
||||||
timeline_query = text("""
|
timeline_query = text("""
|
||||||
|
|||||||
Reference in New Issue
Block a user