Commit 57a07f59 authored by shajiaiming's avatar shajiaiming

fix

parent 203477a0
...@@ -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