Commit d0a42121 authored by shajiaiming's avatar shajiaiming

fix

parent 2cf4eeb0
......@@ -154,10 +154,10 @@ class ExchangeBusiness
if (strtoupper($tag) == 'LHG') {
$quotation = [
'low' => 0.1,
'high' => 0.1,
'last' => 0.1,
'rmb' => 0.1,
'low' => 0.105,
'high' => 0.105,
'last' => 0.105,
'rmb' => 0.105,
];
goto doEnd;
}
......
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