Browse Source

Merge branch 'cygx/7.6' into debug

hsun 2 năm trước cách đây
mục cha
commit
9feec1dfcc
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      services/micro_roadshow.go

+ 1 - 0
services/micro_roadshow.go

@@ -81,6 +81,7 @@ func GetMicroRoadShowPageList(pageSize, currentIndex, audioId, videoId int, keyw
 			videoCond += ` AND video_id = ?`
 			videoPars = append(videoPars, videoId)
 		}
+		videoCond += ` AND publish_status = 1`
 		videoStartSize := 0
 		if currentIndex > 1 {
 			videoStartSize = (currentIndex - 1) * videoPageNum