콘텐츠 메인 시리즈 탭 - 장르별 추천 시리즈 정렬 수정
- 판매 캔 -> 판매 개수
This commit is contained in:
		| @@ -289,7 +289,7 @@ class RankingRepository( | ||||
|             .where(where) | ||||
|             .groupBy(series.id) | ||||
|             .orderBy( | ||||
|                 order.can.sum().desc(), | ||||
|                 order.id.countDistinct().desc(), | ||||
|                 Expressions.numberTemplate(Double::class.java, "function('rand')").asc() | ||||
|             ) | ||||
|             .offset(0) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user