Skip to content

Commit

Permalink
feat: 주석 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
f1v3-dev committed Oct 11, 2024
1 parent b8ee9f0 commit 6bdbf04
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ public MeetingTimeResponseDto getMeetingAllTimes(String uuid) {
QSchedule schedule = QSchedule.schedule;
QDateOfSchedule dateOfSchedule = QDateOfSchedule.dateOfSchedule;

// 우선순위 순으로 최적 시간 조회
// 빠른 시간 순으로 조회
List<MeetingTime> meetingTimeList = from(dateOfSchedule)
.join(dateOfSchedule.schedule, schedule)
.join(schedule.meeting, meeting)
Expand Down

0 comments on commit 6bdbf04

Please sign in to comment.