From b903fb95315083e694f24ca5c85cd17d51e1482e Mon Sep 17 00:00:00 2001 From: zhaojie01 <zhaojie01@wealthgrow.cn> Date: Fri, 1 Jan 2021 23:31:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/service/result_service_v2.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/service/result_service_v2.py b/app/service/result_service_v2.py index 4e2034d..3b4a907 100644 --- a/app/service/result_service_v2.py +++ b/app/service/result_service_v2.py @@ -19,8 +19,8 @@ class UserCustomerResultAdaptor(UserCustomerDataAdaptor): total_result_data = {} group_result_data = {} - def __init__(self, user_id, customer_id, end_date=str(datetime.date.today())): - super().__init__(user_id, customer_id, end_date) + def __init__(self, user_id, customer_id): + super().__init__(user_id, customer_id) # 组åˆç»“æžœæ•°æ® def calculate_group_result_data(self): -- 2.18.1