Compare commits
No commits in common. "52fae596fa5ef64804631a8b194777eb4b3a4239" and "ccb67957bcb4f2e2ec142bd3d4922969f5576c50" have entirely different histories.
52fae596fa
...
ccb67957bc
|
@ -478,7 +478,6 @@ class AudioContentQueryRepositoryImpl(private val queryFactory: JPAQueryFactory)
|
||||||
.where(where)
|
.where(where)
|
||||||
.groupBy(audioContent.id)
|
.groupBy(audioContent.id)
|
||||||
.orderBy(order.can.sum().desc())
|
.orderBy(order.can.sum().desc())
|
||||||
.offset(offset)
|
|
||||||
.limit(limit)
|
.limit(limit)
|
||||||
.fetch()
|
.fetch()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue