관리자 - 콘텐츠 리스트 #227

Merged
klaus merged 4 commits from test into main 2024-10-16 03:33:23 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 4eb4c19386 - Show all commits

View File

@ -17,7 +17,7 @@ class AdminContentService(
private val curationRepository: AdminContentCurationRepository
) {
fun getAudioContentList(status: ContentReleaseStatus, pageable: Pageable): GetAdminContentListResponse {
val totalCount = repository.getAudioContentTotalCount()
val totalCount = repository.getAudioContentTotalCount(status = status)
val audioContentAndThemeList = repository.getAudioContentList(
status = status,
offset = pageable.offset,