简化行情数据页面,修复同步数据无法补全历史的问题

This commit is contained in:
2026-07-24 23:12:46 +08:00
parent c0e338eb23
commit 5453ce1dcf
4 changed files with 0 additions and 37 deletions
-2
View File
@@ -31,8 +31,6 @@ def fetch_contract_bars(contract_code: str, start_date: str | None = None) -> li
else:
d = date.fromisoformat(str(val)[:10])
if start_date and d <= date.fromisoformat(start_date):
continue
bars.append({
"date": d,