Compare commits

..

No commits in common. "52fae596fa5ef64804631a8b194777eb4b3a4239" and "ccb67957bcb4f2e2ec142bd3d4922969f5576c50" have entirely different histories.

1 changed files with 0 additions and 1 deletions

View File

@ -478,7 +478,6 @@ class AudioContentQueryRepositoryImpl(private val queryFactory: JPAQueryFactory)
.where(where)
.groupBy(audioContent.id)
.orderBy(order.can.sum().desc())
.offset(offset)
.limit(limit)
.fetch()
}