관리자 큐레이션 아이템 추가
- 콘텐츠 조회 sql에 from 추가
This commit is contained in:
@@ -146,7 +146,7 @@ class AdminAudioContentQueryRepositoryImpl(
|
||||
|
||||
override fun findByIdAndActiveTrue(audioContentId: Long): AudioContent? {
|
||||
return queryFactory
|
||||
.select(audioContent)
|
||||
.selectFrom(audioContent)
|
||||
.where(
|
||||
audioContent.id.eq(audioContentId),
|
||||
audioContent.isActive.isTrue
|
||||
|
Reference in New Issue
Block a user