diff --git a/app/mix/service/utilservice.go b/app/mix/service/utilservice.go index b7af11b9..71ea6572 100644 --- a/app/mix/service/utilservice.go +++ b/app/mix/service/utilservice.go @@ -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 }