Commit 7afe6dbf authored by shajiaming's avatar shajiaming

fix

parent dd7137e7
...@@ -152,7 +152,7 @@ class WalletChainController extends BaseController ...@@ -152,7 +152,7 @@ class WalletChainController extends BaseController
} }
$model = WalletChain::find()->select('platform, token, address, private_key, fee, host, port, hash, status')->where(['id' => (int)$id])->asArray()->one(); $model = WalletChain::find()->select('platform, token, address, private_key, fee, host, port, hash, status, create_time')->where(['id' => (int)$id])->asArray()->one();
if (empty($model)) { if (empty($model)) {
goto doEnd; 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