test #317

Merged
klaus merged 2 commits from test into main 2025-05-20 10:26:17 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit fcbd809691 - Show all commits

View File

@ -24,6 +24,7 @@ class MemberPointQueryRepositoryImpl(
memberPoint.memberId.eq(memberId), memberPoint.memberId.eq(memberId),
memberPoint.expiresAt.goe(expiresAt) memberPoint.expiresAt.goe(expiresAt)
) )
.orderBy(memberPoint.expiresAt.asc())
.fetch() .fetch()
} }
} }