Skip to content

Commit

Permalink
fix: 버그 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
kcsc2217 committed Dec 10, 2024
1 parent 38e82f8 commit f9f051b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ public CustomSliceResponse pageGathering(
List<Gathering> result = queryFactory
.selectFrom(gathering)
.join(gathering.user, user).fetchJoin()
.join(gathering.positions, position).fetchJoin()
.where(
sortEq(sort),
subjectEq(subject),
Expand Down

0 comments on commit f9f051b

Please sign in to comment.