Skip to content

Commit

Permalink
Merge pull request #124 from Modagbul/seungyeonnnnnni-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
seungueonn authored Dec 9, 2023
2 parents 2607e24 + 8f76a1e commit 98de7e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public Optional<List<GatherRepeatMissionRes>> findRepeatMissionByMemberId(Long m

)
.groupBy(mission.id,mission.number)
// .having(missionArchive.count().lt(mission.number)) // HAVING 절을 사용하여 조건 적용
.having(missionArchive.count().lt(mission.number)) // HAVING 절을 사용하여 조건 적용

.orderBy(missionArchive.count().desc())
.fetch());
Expand Down

0 comments on commit 98de7e5

Please sign in to comment.