We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec3b803 commit a558b02Copy full SHA for a558b02
src/main/kotlin/gogo/gogobetting/domain/batch/root/application/BatchServiceImpl.kt
@@ -36,7 +36,7 @@ class BatchServiceImpl(
36
37
val jobParameters = JobParametersBuilder()
38
.addLong("matchId", matchId)
39
- .addLong("studentId", 0L)
+ .addLong("studentId", studentId)
40
.addLong("winTeamId", dto.winTeamId)
41
.addLong("aTeamScore", dto.aTeamScore.toLong())
42
.addLong("bTeamScore", dto.bTeamScore.toLong())
0 commit comments