Commit 9b23989e authored by shajiaming's avatar shajiaming

解决冲突

parents 6209a96c a3e7b8d2
......@@ -38,7 +38,7 @@ class WalletChainController extends BaseController
$size = Yii::$app->request->get('size', 10);
$query = CoinPlatformWithHold::find()
->select('id, token, platform, status')
->select('id, token, platform, status, create_time')
->where(['wallet_address' => $wallet_address])
->orderBy('id');
......@@ -206,4 +206,4 @@ class WalletChainController extends BaseController
$model->platform_id = 1;
$model->save();
}
}
}
\ No newline at end of file
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