From 947b7c98e828129a37fe2c0c54da115f9cb66edd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=84=89=E1=85=B5=E1=86=AB=E1=84=92=E1=85=B4=E1=84=89?= =?UTF-8?q?=E1=85=A5=E1=86=BC?= Date: Mon, 17 Jun 2024 00:07:36 +0900 Subject: [PATCH] =?UTF-8?q?Update=20=EB=82=98=EC=9D=98=20=EB=A9=98?= =?UTF-8?q?=ED=86=A0=20=EC=A0=95=EB=B3=B4=20=EC=A1=B0=ED=9A=8C=EC=8B=9C=20?= =?UTF-8?q?id=EA=B0=92=20user=20id=EB=A1=9C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../domain/mentor/repository/MentorCustomRepositoryImpl.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/team/themoment/gsmNetworking/domain/mentor/repository/MentorCustomRepositoryImpl.kt b/src/main/kotlin/team/themoment/gsmNetworking/domain/mentor/repository/MentorCustomRepositoryImpl.kt index 3184e7e7..30c33570 100644 --- a/src/main/kotlin/team/themoment/gsmNetworking/domain/mentor/repository/MentorCustomRepositoryImpl.kt +++ b/src/main/kotlin/team/themoment/gsmNetworking/domain/mentor/repository/MentorCustomRepositoryImpl.kt @@ -65,7 +65,7 @@ class MentorCustomRepositoryImpl( groupBy(career.mentor.id).list( Projections.constructor( MyMentorInfoDto::class.java, - mentor.id, + mentor.user.id, mentor.user.name, mentor.user.email, mentor.user.phoneNumber,