Commit b903fb95 authored by 赵杰's avatar 赵杰

时间

parent e575d1b4
...@@ -19,8 +19,8 @@ class UserCustomerResultAdaptor(UserCustomerDataAdaptor): ...@@ -19,8 +19,8 @@ class UserCustomerResultAdaptor(UserCustomerDataAdaptor):
total_result_data = {} total_result_data = {}
group_result_data = {} group_result_data = {}
def __init__(self, user_id, customer_id, end_date=str(datetime.date.today())): def __init__(self, user_id, customer_id):
super().__init__(user_id, customer_id, end_date) super().__init__(user_id, customer_id)
# 组合结果数据 # 组合结果数据
def calculate_group_result_data(self): def calculate_group_result_data(self):
......
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