fix: 코루틴 내 트랜잭션 간 조회 안 되는 문제 해결 #318
|
@ -130,7 +130,7 @@ class UserActionService(
|
|||
} else {
|
||||
policy.startDate
|
||||
},
|
||||
endDate = policy.endDate ?: now
|
||||
endDate = policy.endDate ?: LocalDateTime.now()
|
||||
)
|
||||
if (actionCount < policy.threshold) return@execute
|
||||
|
||||
|
|
Loading…
Reference in New Issue