1.设置全局更新变量

2.把过期信息一并抓取
This commit is contained in:
whm
2025-11-07 10:57:10 +08:00
parent a60720a85e
commit 47af64d1e1
3 changed files with 7 additions and 4 deletions

View File

@@ -13,3 +13,4 @@ class DailyData(Base):
section_id = Column(String(255), nullable=False, comment="所属断面id")
remaining = Column(Integer, nullable=False, comment="剩余天数")
user_id = Column(Integer, default=1, nullable=False, comment="用户id")
is_all = Column(Integer, default=1, nullable=False, comment="是否全量数据")