test #316

Merged
klaus merged 20 commits from test into main 2025-05-20 06:03:11 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 107e8fce55 - Show all commits

View File

@ -291,6 +291,7 @@ class OrderQueryRepositoryImpl(
order.audioContent.id.eq(contentId),
order.createdAt.after(createdAt)
)
.orderBy(order.id.desc())
.fetchFirst()
}
}