fix: 코루틴 내 트랜잭션 간 조회 안 되는 문제 해결 #318

Merged
klaus merged 3 commits from test into main 2025-05-22 04:31:43 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit e67b798714 - Show all commits

View File

@ -130,7 +130,7 @@ class UserActionService(
} else {
policy.startDate
},
endDate = policy.endDate ?: now
endDate = policy.endDate ?: LocalDateTime.now()
)
if (actionCount < policy.threshold) return@execute