시리즈 리스트

- 콘텐츠가 1개 이상 등록된 시리즈만 조회
This commit is contained in:
Klaus 2025-02-12 19:27:52 +09:00
parent dce1abaeff
commit 7e9cb556d0
1 changed files with 3 additions and 0 deletions

View File

@ -219,6 +219,9 @@ class ContentSeriesService(
it it
} }
.filter {
it.numberOfContent > 0
}
.map { .map {
val nowDateTime = LocalDateTime.now() val nowDateTime = LocalDateTime.now()