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