Commit 7e03834f authored by shajiaiming's avatar shajiaiming

Merge branch 'feature/banner' into develop

parents 4bc98917 665ef435
......@@ -24,6 +24,7 @@ class BannerController extends BaseController
}
$model = CoinBannerItem::find()
->select('banner_url, image_url, title, sort')
->where(['platform_id' => $platform_id, 'type' => $type, 'status' => CoinBannerItem::STATUS_ON])
->orderBy('sort')
->asArray()
......
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