parent
96b832983a
commit
ce881506f9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue