Compare commits
No commits in common. "962f800d2e0e9e944e2a8c3b0501bdb451dee57d" and "962107e507ef13294e66e210c27b497d83805dda" have entirely different histories.
962f800d2e
...
962107e507
|
@ -90,7 +90,6 @@ 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(
|
||||
|
|
Loading…
Reference in New Issue