Compare commits

..

2 Commits

1 changed files with 1 additions and 0 deletions

View File

@ -90,6 +90,7 @@ class CreatorCommunityQueryRepositoryImpl(private val queryFactory: JPAQueryFact
val subQuery = queryFactory
.select(latest.member.id, latest.createdAt.max().`as`("maxCreatedAt"))
.from(latest)
.where(where)
.groupBy(latest.member.id)
where = where.and(