Commit 9b23989e authored by shajiaming's avatar shajiaming

解决冲突

parents 6209a96c a3e7b8d2
...@@ -38,7 +38,7 @@ class WalletChainController extends BaseController ...@@ -38,7 +38,7 @@ class WalletChainController extends BaseController
$size = Yii::$app->request->get('size', 10); $size = Yii::$app->request->get('size', 10);
$query = CoinPlatformWithHold::find() $query = CoinPlatformWithHold::find()
->select('id, token, platform, status') ->select('id, token, platform, status, create_time')
->where(['wallet_address' => $wallet_address]) ->where(['wallet_address' => $wallet_address])
->orderBy('id'); ->orderBy('id');
......
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