update pay ui
This commit is contained in:
3
app.py
3
app.py
@@ -7276,6 +7276,9 @@ def get_stock_quotes():
|
||||
results = {}
|
||||
print(f"批量处理 {len(codes)} 只股票: {codes[:5]}{'...' if len(codes) > 5 else ''}, 交易日: {target_date}, 前一交易日: {prev_trading_day}, 时间范围: {start_datetime} - {end_datetime}")
|
||||
|
||||
# 初始化 ClickHouse 客户端
|
||||
client = get_clickhouse_client()
|
||||
|
||||
# ==================== 查询前一交易日收盘价(直接查 MySQL) ====================
|
||||
try:
|
||||
prev_close_map = {}
|
||||
|
||||
Reference in New Issue
Block a user