fix
This commit is contained in:
parent
81d0858aad
commit
5f253ab9d3
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue