유저 행동 데이터, 포인트 추가 #309
|
@ -30,7 +30,7 @@ class PointRewardPolicyQueryRepositoryImpl(
|
|||
.or(pointRewardPolicy.endDate.isNull)
|
||||
)
|
||||
)
|
||||
.orderBy(pointRewardPolicy.endDate.asc())
|
||||
.orderBy(pointRewardPolicy.id.desc())
|
||||
.fetchFirst()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue