From 4a83ebd472af458f03089a9cdd721084efed7f0f Mon Sep 17 00:00:00 2001 From: Klaus Date: Mon, 25 Dec 2023 17:10:38 +0900 Subject: [PATCH] =?UTF-8?q?=ED=8C=94=EB=A1=9C=EC=9A=B0=20=ED=95=9C=20?= =?UTF-8?q?=ED=81=AC=EB=A6=AC=EC=97=90=EC=9D=B4=ED=84=B0=20=EC=BB=A4?= =?UTF-8?q?=EB=AE=A4=EB=8B=88=ED=8B=B0=20=EA=B2=8C=EC=8B=9C=EB=AC=BC=20?= =?UTF-8?q?=EC=A1=B0=ED=9A=8C=20-=20=EC=9D=B8=EC=A6=9D=ED=95=98=EC=A7=80?= =?UTF-8?q?=20=EC=95=8A=EC=9D=80=20=EC=82=AC=EB=9E=8C=EC=9D=80=2019?= =?UTF-8?q?=EA=B8=88=EC=9D=B4=20=EC=95=84=EB=8B=8C=20=EC=B5=9C=EC=8B=A0=20?= =?UTF-8?q?=EA=B2=8C=EC=8B=9C=EB=AC=BC=EC=9D=B4=20=EC=A1=B0=ED=9A=8C?= =?UTF-8?q?=EB=90=98=EB=8F=84=EB=A1=9D=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../profile/creatorCommunity/CreatorCommunityRepository.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/kotlin/kr/co/vividnext/sodalive/explorer/profile/creatorCommunity/CreatorCommunityRepository.kt b/src/main/kotlin/kr/co/vividnext/sodalive/explorer/profile/creatorCommunity/CreatorCommunityRepository.kt index eeae41e..d4cd6b5 100644 --- a/src/main/kotlin/kr/co/vividnext/sodalive/explorer/profile/creatorCommunity/CreatorCommunityRepository.kt +++ b/src/main/kotlin/kr/co/vividnext/sodalive/explorer/profile/creatorCommunity/CreatorCommunityRepository.kt @@ -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(