Compare commits

..

No commits in common. "f67111457495774c0196210b6da1ea2b7287b5f6" and "ce37060d94b9a5d2f85629f050d2412e1a97c95f" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ class AdminContentSeriesQueryRepositoryImpl(
.where(where) .where(where)
.offset(offset) .offset(offset)
.limit(limit) .limit(limit)
.orderBy(series.member.id.asc(), series.orders.asc()) .orderBy(series.orders.desc())
.fetch() .fetch()
} }
} }