Commit b1b54c7d authored by 赵杰's avatar 赵杰

客户姓名

parent 7f437900
......@@ -16,9 +16,9 @@ from app.utils.radar_chart import gen_radar_chart
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.customer_name = customer_name
self.customer_name = self.user_customer.customer_real_name
self.df = self.user_customer.calculate_total_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