Skip to content

Commit

Permalink
Merge pull request #297 from techeer-sv/BE/#296
Browse files Browse the repository at this point in the history
BE/#296 구인 게시글 중복 조회 오류 수정
  • Loading branch information
youKeon committed Nov 11, 2023
2 parents 6f681c2 + 9fdcda7 commit 1e1fc73
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ public List<Recruitment> findRecruitments(List<Position> positions,
Pageable pageable) {
return jpaQueryFactory
.selectFrom(recruitment)
.distinct()
.where(
tagIn(tags),
positionIn(positions),
Expand Down

0 comments on commit 1e1fc73

Please sign in to comment.