Skip to content

Commit

Permalink
fix :: findWithBookmarkBy querydsl data
Browse files Browse the repository at this point in the history
  • Loading branch information
miraexhoi committed Sep 25, 2024
1 parent ab1af1f commit f9952cc
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ public Optional<WordInfoWithBookmarkDto> findWithBookmarkBy(Long wordId, Long ac
word.bookmarkCount,
bookmark.id,
word.createdAt,
word.updatedAt
word.updatedAt,
word.resource
)
)
.from(word)
Expand Down

0 comments on commit f9952cc

Please sign in to comment.