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