Skip to content

Commit

Permalink
⚙️ :: (#491) 모집중인것만 조회
Browse files Browse the repository at this point in the history
  • Loading branch information
geunoo committed Dec 10, 2023
1 parent 147604c commit 414ffe3
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 414ffe3

Please sign in to comment.