feat(recommend): 인기 커뮤니티 게시글 가격을 조회한다
This commit is contained in:
@@ -778,6 +778,7 @@ class DefaultHomeRecommendationQueryRepository(
|
||||
creatorCommunity.imagePath,
|
||||
creatorCommunity.audioPath,
|
||||
creatorCommunity.content,
|
||||
creatorCommunity.price,
|
||||
creatorCommunity.createdAt,
|
||||
creatorCommunityLike.id.countDistinct(),
|
||||
creatorCommunityComment.id.countDistinct(),
|
||||
@@ -810,6 +811,7 @@ class DefaultHomeRecommendationQueryRepository(
|
||||
creatorCommunity.imagePath,
|
||||
creatorCommunity.audioPath,
|
||||
creatorCommunity.content,
|
||||
creatorCommunity.price,
|
||||
creatorCommunity.createdAt
|
||||
)
|
||||
.fetch()
|
||||
|
||||
@@ -154,6 +154,7 @@ data class HomePopularCommunityRecommendationRecord(
|
||||
val imagePath: String?,
|
||||
val audioPath: String?,
|
||||
val content: String,
|
||||
val price: Int,
|
||||
val createdAt: LocalDateTime,
|
||||
val likeCount: Long,
|
||||
val commentCount: Long,
|
||||
|
||||
Reference in New Issue
Block a user