Skip to content

Commit

Permalink
fix: 오타 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Beakjiyeon committed Apr 6, 2024
1 parent 6af8c4e commit e7fc4b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public List<Long> findTodayBoardsByMemberId(Long memberId) {
LocalDate currentDate = LocalDateTime.now().toLocalDate(); // 현재 날짜의 일자만 추출

return queryFactory
.select(readBoard.readBoardId)
.select(readBoard.board.boardId)
.from(readBoard)
.innerJoin(readBoard.board, board)
.innerJoin(readBoard.member, member)
Expand Down

0 comments on commit e7fc4b9

Please sign in to comment.