Commit b0f7064b authored by 赵杰's avatar 赵杰

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

parents a9c036c5 7d1257d8
...@@ -784,7 +784,7 @@ class PortfolioDiagnose(object): ...@@ -784,7 +784,7 @@ class PortfolioDiagnose(object):
sentence.append("年化收益率提升{:.2f}个点".format((new_return_ratio_year - old_return_ratio_year) * 100)) sentence.append("年化收益率提升{:.2f}个点".format((new_return_ratio_year - old_return_ratio_year) * 100))
whole_sentence = ",".join(sentence).lstrip(",") + "。" 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): 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