Skip to content

Commit

Permalink
chore: (#556) Alias 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
alsdl0629 committed Feb 18, 2024
1 parent b5fd3e7 commit 31cbfd9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class OutingApplicationPersistenceAdapter(
start: LocalDate,
end: LocalDate,
): List<OutingApplicationVO> {
val studentJpaEntity = QStudentJpaEntity("outingCompanionStudentJpaEntity")
val studentJpaEntity = QStudentJpaEntity("studentJpaEntity")
val outingCompanionStudentJpaEntity = QStudentJpaEntity("outingCompanionStudentJpaEntity")

return queryFactory
Expand Down

0 comments on commit 31cbfd9

Please sign in to comment.