Commit 7d1257d8 authored by 李宗熹's avatar 李宗熹

组合评价修改

parent 6545cbcf
......@@ -784,7 +784,7 @@ class PortfolioDiagnose(object):
sentence.append("年化收益率提升{:.2f}个点".format((new_return_ratio_year - old_return_ratio_year) * 100))
whole_sentence = ",".join(sentence).lstrip(",") + "。"
return suggestions_result, suggestions_result_asset, whole_sentence
return suggestions_result, suggestions_result_asset, return_compare_result, indicator_compare, whole_sentence
def single_evaluation(self, fund_id):
"""
......
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