시리즈 리스트
- 새로운 콘텐츠가 올라온 순서대로 정렬
This commit is contained in:
		| @@ -65,8 +65,10 @@ class ContentSeriesQueryRepositoryImpl( | |||||||
|  |  | ||||||
|         return queryFactory |         return queryFactory | ||||||
|             .selectFrom(series) |             .selectFrom(series) | ||||||
|  |             .innerJoin(series.contentList, seriesContent) | ||||||
|  |             .innerJoin(seriesContent.content, audioContent) | ||||||
|             .where(where) |             .where(where) | ||||||
|             .orderBy(series.orders.asc(), series.createdAt.asc()) |             .orderBy(audioContent.releaseDate.desc(), series.orders.asc(), series.createdAt.asc()) | ||||||
|             .offset(offset) |             .offset(offset) | ||||||
|             .limit(limit) |             .limit(limit) | ||||||
|             .fetch() |             .fetch() | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user