bugfix: 修复定时任务出错
This commit is contained in:
parent
5d45f7afa3
commit
d871788891
|
|
@ -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': '排列三统计表'}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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': '排列五统计表'}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue