Commit 8c8b3acd authored by shajiaiming's avatar shajiaiming

fix

parent 83fbc44c
...@@ -258,6 +258,7 @@ class ExchangeBusiness ...@@ -258,6 +258,7 @@ class ExchangeBusiness
$rows[$key]['last'] = 0; $rows[$key]['last'] = 0;
$rows[$key]['low'] = 0; $rows[$key]['low'] = 0;
$rows[$key]['high'] = 0; $rows[$key]['high'] = 0;
$rows[$key]['usd'] = 0;
} }
} }
if (strtoupper($row['platform']) == 'GUODUN') { if (strtoupper($row['platform']) == 'GUODUN') {
......
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