Commit a63f0256 authored by shajiaming's avatar shajiaming Committed by shajiaiming

fix

parent d4d321ff
......@@ -159,7 +159,7 @@ class IssueCoinController extends BaseController
$model->setScenario(CoinIssueCoin::SCENARIOS_CREATE_MALL);
}
$model->load($result, '');
$model->load($params, '');
if (!$model->save()) {
$msg = $model->errors;
......
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