Sfoglia il codice sorgente

Merge branch 'cygx/7.6' into debug

hsun 2 anni fa
parent
commit
9feec1dfcc
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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