유저 행동 데이터, 포인트 추가 #309

Merged
klaus merged 25 commits from test into main 2025-04-24 02:44:58 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 57adfec490 - Show all commits

View File

@ -30,7 +30,7 @@ class PointRewardPolicyQueryRepositoryImpl(
.or(pointRewardPolicy.endDate.isNull) .or(pointRewardPolicy.endDate.isNull)
) )
) )
.orderBy(pointRewardPolicy.endDate.asc()) .orderBy(pointRewardPolicy.id.desc())
.fetchFirst() .fetchFirst()
} }
} }