Commit 8c63bddf authored by shajiaiming's avatar shajiaiming

Merge branch 'feature/optimize' into 'master'

fix See merge request !475
parents 85c26f22 e9b3d4f3
...@@ -223,7 +223,7 @@ class IssueCoinController extends BaseController ...@@ -223,7 +223,7 @@ class IssueCoinController extends BaseController
$query = CoinIssueCoin::find() $query = CoinIssueCoin::find()
->select('id, name, symbol, type, total, create_time, status, chain_id, token_type') ->select('id, name, symbol, type, total, create_time, status, chain_id, token_type')
->where(['owner' => $address]) ->where(['owner' => $address, 'platform_id' => $platform_id])
->andWhere(['in', 'status', $status]) ->andWhere(['in', 'status', $status])
->orderBy('create_time desc'); ->orderBy('create_time desc');
......
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