test #317
|
@ -24,6 +24,7 @@ class MemberPointQueryRepositoryImpl(
|
|||
memberPoint.memberId.eq(memberId),
|
||||
memberPoint.expiresAt.goe(expiresAt)
|
||||
)
|
||||
.orderBy(memberPoint.expiresAt.asc())
|
||||
.fetch()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue