Skip to content

Commit

Permalink
fix: from 절 추가 (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
kimJH47 authored Feb 28, 2024
1 parent fc01bb1 commit 757ab49
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ public VoteReportRepositoryCustomImpl(JPAQueryFactory queryFactory) {
@Override
public List<Long> findReportVoteIdByMemberId(Long memberId) {
return queryFactory.select(voteReport.vote.id)
.from(voteReport)
.where(voteReport.reporter.id.eq(memberId))
.fetch();
}
Expand Down

0 comments on commit 757ab49

Please sign in to comment.