Commit 6b7ca62b authored by pengxiong@wealthgrow.cn's avatar pengxiong@wealthgrow.cn

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

parents 0c501872 7d1257d8
......@@ -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