Commit 06079d37 authored by pengxiong's avatar pengxiong

万元去掉

parent f3dabf25
......@@ -1559,12 +1559,12 @@
<th>基金简称</th>
<th>买入时间</th>
<th>存续年数</th>
<th>投资本金 (万)</th>
<th>当月收益 (万)</th>
<th>投资本金 (万)</th>
<th>当月收益 (万)</th>
<th>当月收益率 (%)</th>
<th>月末市值 (万)</th>
<th>月末市值 (万)</th>
<th>月末占比 (%)</th>
<th>累计收益 (万)</th>
<th>累计收益 (万)</th>
<th>累计收益率 (%)</th>
<th>年化收益率 (%)</th>
</tr>
......
......@@ -254,8 +254,15 @@ class DataIntegrate:
# 'suggestions_result': self.suggestions_result,
# 'suggestions_result_asset': self.suggestions_result_asset,
# 'return_compare_pic': self.return_compare_pic,
'indicator_compare': self.indicator_compare,
# 'indicator_compare': self.indicator_compare,
# 'new_group_evaluation': self.new_group_evaluation
'new_correlation': [],
'propose_fund_data_list': [],
'suggestions_result': {},
'suggestions_result_asset': {},
'return_compare_pic': [],
'indicator_compare': [],
'new_group_evaluation': []
}
# 开始渲染html模板
......
......@@ -54,8 +54,8 @@ with TAMP_SQL(tamp_user_engine) as tamp_user, TAMP_SQL(tamp_order_engine) as tam
for ifauser in ifausers:
# 获取某个 ifa 的所有 customer
customers = tamp_order_session.query(Ifa_Customer).\
filter(and_(Ifa_Customer.ifa_id == ifauser.id, Ifa_Customer.customer_id.in_(['6716613804182482944', '6716613804966817792']))).all()
filter(and_(Ifa_Customer.ifa_id == ifauser.id, Ifa_Customer.customer_id.in_(['6716613804182482944']))).all()
# 循环这个 ifa 的所有 customer
for customer in customers:
customer_full = tamp_order_session.query(Customer).\
......
This diff is collapsed.
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