Commit f6818b0c authored by 赵杰's avatar 赵杰

fund_name

parent 46e8a56c
......@@ -152,7 +152,7 @@ def single_evaluation(fund_id, invest_type=2, index_id='000905.SH'):
4: "该基金收益%s的同时回撤%s,也就是说,该基金在用%s风险换取%s收益,存在%s风险;\n"}
ret = []
fund_name = get_fund_name(fund_id).values[0][0]
fund_name = get_fund_name(fund_id, fund_type=invest_type).values[0][0]
i = 1
for k, v in data.items():
......
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