Skip to content

Commit

Permalink
πŸ”— :: (#438) 개수쑰회 μ½”λ“œν•„ν„° 적용 μ•ˆλ˜λŠ” 버그
Browse files Browse the repository at this point in the history
πŸ”— :: (#438) 개수쑰회 μ½”λ“œν•„ν„° 적용 μ•ˆλ˜λŠ” 버그
  • Loading branch information
geunoo authored Oct 18, 2023
2 parents f5a4760 + 435dd61 commit d730eb3
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,9 @@ public Long getRecruitmentCountByFilter(RecruitmentFilter filter) {
eqYear(filter.getYear()),
betweenRecruitDate(filter.getStartDate(), filter.getEndDate()),
eqRecruitStatus(filter.getStatus()),
containsName(filter.getCompanyName())
containsName(filter.getCompanyName()),
containsCodes(filter.getCodes()),
containsJobKeyword(filter.getJobKeyword())
).fetchOne();
}

Expand Down

0 comments on commit d730eb3

Please sign in to comment.