Commit aa2a8a18 authored by xianyang's avatar xianyang

优化财务修复时间

parent 3d216b7f
...@@ -93,5 +93,3 @@ class RecoveryTable(BaseModel): ...@@ -93,5 +93,3 @@ class RecoveryTable(BaseModel):
class RecoveryupdateTable(RecoveryTable): class RecoveryupdateTable(RecoveryTable):
id: int id: int
...@@ -54,6 +54,7 @@ def data_to_file(db, data, name, header, field_list): ...@@ -54,6 +54,7 @@ def data_to_file(db, data, name, header, field_list):
class RechargeStatement(object): class RechargeStatement(object):
"""充值报表""" """充值报表"""
def __init__(self): def __init__(self):
self.linkmysql=LinkMysql(env.DB_HISTORY) self.linkmysql=LinkMysql(env.DB_HISTORY)
# self.count=[] # self.count=[]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment