Skip to content

Commit

Permalink
Merge pull request #202 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 efe1c5a + 24208ad commit b6390f2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ public Page<InformationBriefResponse> retrieveInformationOwner(Pageable pageable
information.title,
zoneCategoryParent.name,
zoneCategoryChild.name,
information.category.name,
information.viewCount,
bookMarkInformation.user.id.isNotNull(),
image.address,
Expand Down

0 comments on commit b6390f2

Please sign in to comment.