mirror of
https://ghfast.top/https://github.com/aeroxw/tick-stock-panel.git
synced 2026-09-12 20:14:16 +08:00
根因: 服务跨天不重启时, enriched 内存缓存残留前一交易日数据, 连板梯队/ 选股读到旧的涨跌停信号。盘前维表 (instruments) 含当日精确涨跌停价, 但同步 完成后未触发缓存重建。 修复: run_instruments_sync 完成后 (rows > 0), 执行 clear_cache + refresh_cache, 让 enriched 缓存基于最新维表 (含当日 limit_up/down) 重建。与设置页「清理并刷新」 按钮同等效果, 但盘前自动执行, 无需手动操作。