Commit fc4a1165 authored by pengxiong@wealthgrow.cn's avatar pengxiong@wealthgrow.cn

Merge remote-tracking branch 'origin/dev' into dev

parents 2eee5b2d b1b54c7d
...@@ -16,9 +16,9 @@ from app.utils.radar_chart import gen_radar_chart ...@@ -16,9 +16,9 @@ from app.utils.radar_chart import gen_radar_chart
class DataIntegrate: class DataIntegrate:
def __init__(self, ifa_id='USER_INFO15914346866762', customer_id='202009281545001', customer_name='王晶'): def __init__(self, ifa_id='USER_INFO15914346866762', customer_id='202009281545001'):
self.user_customer = UserCustomerResultAdaptor(ifa_id, customer_id) self.user_customer = UserCustomerResultAdaptor(ifa_id, customer_id)
self.customer_name = customer_name self.customer_name = self.user_customer.customer_real_name
self.df = self.user_customer.calculate_total_data() self.df = self.user_customer.calculate_total_data()
self.d = self.user_customer.calculate_group_result_data() self.d = self.user_customer.calculate_group_result_data()
# 组合数据 # 组合数据
......
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