Commit d172fce2 authored by shajiaiming's avatar shajiaiming

fix

parent ad770fc3
......@@ -178,7 +178,8 @@ class OrderController extends Controller
$clear = false;
}
}
if (true == $clear) {
if ($clear) {
$key = 'C2C_' . $val['is_sell'] . '_' . str_replace('/', '', strtoupper($val['token_name'])) . '_' . str_replace('/', '', strtoupper($val['market_name']));
$redis->hdel($key, $val['address']);
}
......
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