Skip to content

Commit

Permalink
refactor : 본인 작성 노트 X
Browse files Browse the repository at this point in the history
  • Loading branch information
imenuuu committed Nov 7, 2024
1 parent 4f686f4 commit 8253906
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public Page<TastingNote> findTastingNotesByWine(Wine wine, User user, Integer pa
.and(qTastingNote.isDeleted.eq(false))
.and(qTastingNote.isPublic.eq(true)
.or(qTastingNote.user.eq(user))
)
).and(qTastingNote.user.ne(user))
)
.orderBy(qTastingNote.id.desc());

Expand Down

0 comments on commit 8253906

Please sign in to comment.