Compare commits
2 Commits
962107e507
...
962f800d2e
| Author | SHA1 | Date | |
|---|---|---|---|
| 962f800d2e | |||
| 4a83ebd472 |
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user