Skip to content

Commit

Permalink
⚙️ :: (#491) 모집중인것만 조회
Browse files Browse the repository at this point in the history
⚙️ :: (#491) 모집중인것만 조회
  • Loading branch information
geunoo authored Dec 10, 2023
2 parents 2f78a45 + 414ffe3 commit 2bdf26c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ public List<StudentRecruitmentVO> queryStudentRecruitmentsByFilter(RecruitmentFi
eqYear(filter.getYear()),
containsName(filter.getCompanyName()),
containsCodes(filter.getCodes()),
eqWinterIntern(filter.getWinterIntern())
eqWinterIntern(filter.getWinterIntern()),
recruitmentEntity.status.eq(RecruitStatus.RECRUITING)
)
.offset(filter.getOffset())
.limit(filter.getLimit())
Expand Down

0 comments on commit 2bdf26c

Please sign in to comment.