크리에이터 관리자 콘텐츠 리스트

- 카테고리 조회 추가
This commit is contained in:
2024-02-06 16:11:57 +09:00
parent 738d7fba2a
commit 7bafb6ba0d
5 changed files with 38 additions and 12 deletions

View File

@@ -630,7 +630,8 @@ class AudioContentService(
): GetAudioContentListResponse {
val totalCount = repository.findTotalCountByCreatorId(
creatorId = creatorId,
isAdult = member.auth != null
isAdult = member.auth != null,
categoryId = categoryId
)
val audioContentList = repository.findByCreatorId(