Skip to content

Commit

Permalink
Merge pull request #258 from Travel-in-nanaland/develop
Browse files Browse the repository at this point in the history
[Feat] 타입 테스트 결과 이미지 origin으로 변경
  • Loading branch information
heeeeeseok authored Jun 24, 2024
2 parents b0a116b + 1e8c9bb commit d7e3562
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public RecommendPostDto findNatureRecommendPostDto(Long postId, Locale locale,
.select(new QMemberResponse_RecommendPostDto(
recommend.postId,
recommend.category.content,
imageFile.thumbnailUrl,
imageFile.originUrl,
natureTrans.title,
recommendTrans.introduction
))
Expand All @@ -61,7 +61,7 @@ public RecommendPostDto findExperienceRecommendPostDto(Long postId, Locale local
.select(new QMemberResponse_RecommendPostDto(
recommend.postId,
recommend.category.content,
imageFile.thumbnailUrl,
imageFile.originUrl,
experienceTrans.title,
recommendTrans.introduction
))
Expand Down Expand Up @@ -91,7 +91,7 @@ public RecommendPostDto findMarketRecommendPostDto(Long postId, Locale locale,
.select(new QMemberResponse_RecommendPostDto(
recommend.postId,
recommend.category.content,
imageFile.thumbnailUrl,
imageFile.originUrl,
marketTrans.title,
recommendTrans.introduction
))
Expand Down Expand Up @@ -120,7 +120,7 @@ public RecommendPostDto findFestivalRecommendPostDto(Long postId, Locale locale,
.select(new QMemberResponse_RecommendPostDto(
recommend.postId,
recommend.category.content,
imageFile.thumbnailUrl,
imageFile.originUrl,
festivalTrans.title,
recommendTrans.introduction
))
Expand Down Expand Up @@ -149,7 +149,7 @@ public RecommendPostDto findNanaRecommendPostDto(Long postId, Locale locale,
.select(new QMemberResponse_RecommendPostDto(
recommend.postId,
recommend.category.content,
imageFile.thumbnailUrl,
imageFile.originUrl,
nanaTitle.heading,
recommendTrans.introduction
))
Expand Down

0 comments on commit d7e3562

Please sign in to comment.