Skip to content

Commit

Permalink
fix: (#679) 서브쿼리 제한추가
Browse files Browse the repository at this point in the history
  • Loading branch information
zios0707 committed Jul 30, 2024
1 parent d34c447 commit e0400dd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ class OutingApplicationPersistenceAdapter(
.or(outingCompanionJpaEntity.student.id.eq(studentId)),
outingApplicationJpaEntity.status.ne(OutingStatus.DONE)
)
.limit(1)
),
outingApplicationJpaEntity.status.ne(OutingStatus.DONE)
)
Expand Down

0 comments on commit e0400dd

Please sign in to comment.