test #317
|
@ -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()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue