Commit 289c5763 authored by 赵杰's avatar 赵杰

更新持仓月报到最新数据

parent 6a7721b2
...@@ -32,7 +32,7 @@ class UserCustomerDataAdaptor: ...@@ -32,7 +32,7 @@ class UserCustomerDataAdaptor:
all_fund_distribution = {} all_fund_distribution = {}
all_fund_performance = {} all_fund_performance = {}
def __init__(self, user_id, customer_id, end_date=str("2020-12-31"), index_id="IN0000007M"): def __init__(self, user_id, customer_id, end_date=str(datetime.datetime.now().date()), index_id="IN0000007M"):
self.user_id = user_id self.user_id = user_id
self.customer_id = customer_id self.customer_id = customer_id
self.compare_index_id = index_id self.compare_index_id = index_id
......
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