Commit 9a8e905d authored by shajiaming's avatar shajiaming Committed by shajiaiming

fix

parent 41fd0c92
......@@ -44,7 +44,7 @@ class OrderController extends BaseController
$data['transfer_url'] = $val['url'];
$data['step'] = $val['step'];
$data['consensus'] = (false == $val['consensus']) ? 0 : 1;
$data['consensus_platform'] = $val['consensus_platform'];
$data['consensus_platform'] = isset($val['consensus_platform']) ? $val['consensus_platform'] : "";
$model->load($data, '');
$model->save();
}
......
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