diff --git a/dms-persistence/src/main/kotlin/team/aliens/dms/persistence/outing/OutingApplicationPersistenceAdapter.kt b/dms-persistence/src/main/kotlin/team/aliens/dms/persistence/outing/OutingApplicationPersistenceAdapter.kt index bf9d6f5bf..1c5c32c38 100644 --- a/dms-persistence/src/main/kotlin/team/aliens/dms/persistence/outing/OutingApplicationPersistenceAdapter.kt +++ b/dms-persistence/src/main/kotlin/team/aliens/dms/persistence/outing/OutingApplicationPersistenceAdapter.kt @@ -33,7 +33,7 @@ class OutingApplicationPersistenceAdapter( start: LocalDate, end: LocalDate, ): List { - val studentJpaEntity = QStudentJpaEntity("outingCompanionStudentJpaEntity") + val studentJpaEntity = QStudentJpaEntity("studentJpaEntity") val outingCompanionStudentJpaEntity = QStudentJpaEntity("outingCompanionStudentJpaEntity") return queryFactory