This commit is contained in:
Leufolium 2024-03-08 15:22:33 +08:00
parent 81d0858aad
commit 5f253ab9d3
1 changed files with 1 additions and 1 deletions

View File

@ -833,7 +833,7 @@ func (s *Service) utilGetStreamerRecommListVO(ctx *gin.Context, recommlist []int
return make([]*streamerproto.ApiListExtVO, 0), nil
}
if consts.StreamerRecommThroughput > recommListLength {
if consts.StreamerRecommThroughput < recommListLength {
upperBound = consts.StreamerRecommThroughput
}