Commit fd490bcd authored by pengxiong's avatar pengxiong

Merge branch 'dev' of http://47.100.44.39:10001/pengxiong/fund_report into dev

parents ac64e3d0 15325da2
......@@ -913,7 +913,7 @@ class PortfolioDiagnose(object):
return suggestions_result, suggestions_result_asset, return_compare_result, indicator_compare, whole_sentence
except Exception as e:
repr(e)
return None
return None, None, None, None, None
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