Skip to content

Commit

Permalink
�Fix: 과릿 1.1.8 (#341)
Browse files Browse the repository at this point in the history
* Fix: 과릿 1.1.8 (#340)
  • Loading branch information
dl-00-e8 authored Nov 21, 2023
1 parent 906c3a9 commit 5a10971
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ public HomeworkMainRes findHomeworkByHomeworkId(Member member, Long homeworkId)
.orderBy(homework.homeworkId.asc(), new CaseBuilder()
.when(memberAndLecture.member.memberId.eq(member.getMemberId())).then(0)
.otherwise(1).asc())
.limit(1)
.fetchOne();

}
Expand Down

0 comments on commit 5a10971

Please sign in to comment.