주문 리포지토리 - 콘텐츠 메인 구매리스트 쿼리 수정

This commit is contained in:
Klaus 2023-08-24 18:30:44 +09:00
parent 9126671581
commit a47b40d922
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ class OrderQueryRepositoryImpl(private val queryFactory: JPAQueryFactory) : Orde
audioContent.title,
audioContent.isAdult,
member.id,
member.profileImage.nullif("profile/default-profile.png")
member.profileImage
.prepend("/")
.prepend(coverImageHost),
member.nickname