Skip to content

Commit

Permalink
๐Ÿ”— :: ๊ธฐ์—… ๋ฆฌ์ŠคํŠธ ์ตœ๊ทผ ์˜๋ขฐ๋…„๋„๋กœ ์ˆ˜์ •
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyoil2 authored May 30, 2024
2 parents a31fb1a + 7c9cec9 commit afcac6e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ public List<TeacherCompaniesVO> queryCompaniesByConditions(CompanyFilter filter)
eqRegion(filter.getRegion()),
eqBusinessArea(filter.getBusinessArea())
)
.orderBy(companyEntity.name.desc());
.orderBy(recruitmentEntity.recruitYear.desc());

if (filter.getPage() != null) {
query
Expand Down

0 comments on commit afcac6e

Please sign in to comment.