1.设置全局更新变量
2.把过期信息一并抓取
This commit is contained in:
@@ -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="是否全量数据")
|
||||
|
||||
Reference in New Issue
Block a user