test #327
|
@ -61,7 +61,7 @@ class RecommendChannelQueryRepository(
|
|||
}
|
||||
|
||||
fun getContentsByCreatorIdLikeDesc(creatorId: Long): List<RecommendChannelContentItem> {
|
||||
queryFactory
|
||||
return queryFactory
|
||||
.select(
|
||||
QRecommendChannelContentItem(
|
||||
audioContent.id,
|
||||
|
@ -77,6 +77,5 @@ class RecommendChannelQueryRepository(
|
|||
.where(audioContent.member.id.eq(creatorId))
|
||||
.groupBy(audioContent.id)
|
||||
.fetch()
|
||||
return listOf()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue