Commit 1cb98982 authored by shajiaiming's avatar shajiaiming

Merge branch 'feature/live' into 'develop'

fix See merge request !16
parents 087bf1c0 57a07f59
...@@ -23,6 +23,7 @@ func GetLiveBanners(c *gin.Context) { ...@@ -23,6 +23,7 @@ func GetLiveBanners(c *gin.Context) {
bannerService := live_banner_service.LiveBanner{ bannerService := live_banner_service.LiveBanner{
PlatformId: platform_id, PlatformId: platform_id,
Status: 1,
PageNum: util.GetPage(c), PageNum: util.GetPage(c),
PageSize: util.GetLimit(c), PageSize: util.GetLimit(c),
} }
......
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