Commit 2e245b1c authored by 赵杰's avatar 赵杰

用户真实姓名

parent 3bf46d55
......@@ -20,6 +20,7 @@ from app.api.engine import tamp_user_engine, tamp_product_engine, TAMP_SQL
class UserCustomerDataAdaptor:
user_id = ""
customer_id = ""
customer_real_name = ""
month_date = ""
end_date = ""
group_data = {}
......@@ -81,6 +82,7 @@ class UserCustomerDataAdaptor:
user_customer_order_df = order_df.set_index('fund_id').join(product_df.set_index('fund_id')).reset_index()
self.start_date = user_customer_order_df["confirm_share_date"].min()
self.customer_real_name = user_customer_order_df["customer_name"].values[0]
return user_customer_order_df
# 获取客户持有的基金净值数据
......
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