Skip to content

Commit

Permalink
Fix : 카테고리 이름 필드 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
Astin01 committed Sep 22, 2024
1 parent 24208ad commit 1f95640
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ public Page<InformationBriefResponse> retrieveInformationBookmark(Pageable pagea
information.title,
zoneCategoryParent.name,
zoneCategoryChild.name,
information.category.name,
information.viewCount,
bookMarkInformation.user.id.isNotNull(),
image.address,
Expand Down

0 comments on commit 1f95640

Please sign in to comment.