Skip to content

Commit

Permalink
fix :: fix findAllBy query
Browse files Browse the repository at this point in the history
  • Loading branch information
miraexhoi committed Sep 30, 2024
1 parent 7bd140a commit 90cbb64
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ public List<BookmarkWordDto> findAllBy(BookmarkConditionDto dto) {
word.example,
word.createdAt,
word.updatedAt,
word.commentCount,
bookmark.id
)
)
Expand Down

0 comments on commit 90cbb64

Please sign in to comment.