Skip to content

Commit

Permalink
Merge pull request #162 from dnd-side-project/fix/#161
Browse files Browse the repository at this point in the history
fix :: findWithBookmarkBy querydsl data
  • Loading branch information
miraexhoi authored Sep 25, 2024
2 parents ab1af1f + f9952cc commit dc1d4ec
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 dc1d4ec

Please sign in to comment.