Commit 1f465932 authored by xianyang's avatar xianyang

第二版提交优化。

parent b112f1db
...@@ -114,6 +114,7 @@ class RechargeStatement(object): ...@@ -114,6 +114,7 @@ class RechargeStatement(object):
class WithdrawStatement(object): class WithdrawStatement(object):
"""提现报表""" """提现报表"""
def __init__(self): def __init__(self):
self.linkmysql = LinkMysql(env.DB_3YV2)
self.derive_user_list = [] self.derive_user_list = []
self.derive_guild_list = [] self.derive_guild_list = []
...@@ -252,7 +253,6 @@ class WithdrawStatement(object): ...@@ -252,7 +253,6 @@ class WithdrawStatement(object):
return statement_list, count, moeny_data, final_money return statement_list, count, moeny_data, final_money
class FinanceFix(object): class FinanceFix(object):
@staticmethod @staticmethod
......
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