콘텐츠 메인 시리즈 탭 - 오리지널 콘텐츠 API
- id 내림차순 정렬
This commit is contained in:
		| @@ -162,7 +162,7 @@ class ContentSeriesQueryRepositoryImpl( | ||||
|             .innerJoin(series.member, member) | ||||
|             .leftJoin(blockMember).on(blockMemberCondition) | ||||
|             .where(where) | ||||
|             .orderBy(Expressions.numberTemplate(Double::class.java, "function('rand')").asc()) | ||||
|             .orderBy(series.id.desc()) | ||||
|             .offset(offset) | ||||
|             .limit(limit) | ||||
|             .fetch() | ||||
|   | ||||
		Reference in New Issue
	
	Block a user