bugfix: 修复定时任务出错

This commit is contained in:
chenwj113 2023-05-02 11:01:45 +08:00
parent 5d45f7afa3
commit d871788891
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ Base = declarative_base()
metadata = Base.metadata metadata = Base.metadata
class Pl(Base): class PLS(Base):
__tablename__ = 'pls' __tablename__ = 'pls'
__table_args__ = {'comment': '排列三统计表'} __table_args__ = {'comment': '排列三统计表'}

View File

@ -7,7 +7,7 @@ Base = declarative_base()
metadata = Base.metadata metadata = Base.metadata
class Plw(Base): class PLW(Base):
__tablename__ = 'plw' __tablename__ = 'plw'
__table_args__ = {'comment': '排列五统计表'} __table_args__ = {'comment': '排列五统计表'}