콘텐츠 상단 고정 기능 추가 #120

Merged
klaus merged 12 commits from test into main 2024-01-29 02:45:42 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 653f1f8d58 - Show all commits

View File

@ -167,7 +167,7 @@ class AudioContentQueryRepositoryImpl(private val queryFactory: JPAQueryFactory)
.select( .select(
QGetAudioContentListItem( QGetAudioContentListItem(
audioContent.id, audioContent.id,
audioContent.coverImage.prepend(coverImageHost), audioContent.coverImage.prepend("/").prepend(coverImageHost),
audioContent.title, audioContent.title,
audioContent.price, audioContent.price,
audioContent.theme.theme, audioContent.theme.theme,