Commit 4a0a5f2a by 黄静

hj

parent 15ecfcec
......@@ -42,7 +42,7 @@ class RiskComputer:
else:
if flag:
ret1 = ic.finance_Compute(indexItem)
if ret1 == "—":
if ret1 == "—":
ret = "—"
else:
ret = float('%.2f' % ret1)
......
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