Skip to content

Commit

Permalink
Hotfix : 최신순 정렬
Browse files Browse the repository at this point in the history
  • Loading branch information
ywj9811 committed Mar 8, 2025
1 parent 57ec692 commit 5c73b72
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ public List<Teacher> findAllSearchTeacher(List<ClassMatching> classMatchings, Te
.on(teacher.eq(teacherDistrict.teacher))
.where(builder, teacher.teacherId.notIn(teacherIds), teacher.status.eq(TeacherStatus.활동중)) // 동적 조건 적용
.orderBy(
teacher.createdAt.desc(),
statusOrderSpecifier(),
universityOrderSpecifier()
)
Expand Down

0 comments on commit 5c73b72

Please sign in to comment.