fix: 메인 홈 API - 요일별 시리즈
- 시리즈 생성 날짜 내림차순 정렬
This commit is contained in:
@@ -414,6 +414,7 @@ class ContentSeriesQueryRepositoryImpl(
|
||||
.groupBy(series.id)
|
||||
.offset(offset)
|
||||
.limit(limit)
|
||||
.orderBy(series.createdAt.desc())
|
||||
.fetch()
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user