fix: 메인 홈 API - 요일별 시리즈 #330
@@ -414,6 +414,7 @@ class ContentSeriesQueryRepositoryImpl(
|
|||||||
.groupBy(series.id)
|
.groupBy(series.id)
|
||||||
.offset(offset)
|
.offset(offset)
|
||||||
.limit(limit)
|
.limit(limit)
|
||||||
|
.orderBy(series.createdAt.desc())
|
||||||
.fetch()
|
.fetch()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user