Commit 2f66a4cd by 黄静

hj

parent adb4d4e0
......@@ -41,7 +41,8 @@ class RiskComputer:
self.IndexRes[indexItem.Name]="0"
else:
if flag:
ret = ic.finance_Compute(indexItem)
ret1 = ic.finance_Compute(indexItem)
ret = float('%.2f' % ret1)
else:
ret = "—"
a=indexItem.Name
......
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