Skip to content

Commit

Permalink
Merge pull request #203 from TripInfoWeb/fix/mypage-information
Browse files Browse the repository at this point in the history
Fix : 카테고리 이름 필드 추가
  • Loading branch information
hyeonjaez authored Sep 22, 2024
2 parents b6390f2 + 1f95640 commit 03129f2
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 03129f2

Please sign in to comment.