Skip to content

Commit 08a1cae

Browse files
author
StageGuard
committed
fix
1 parent 1a81edd commit 08a1cae

File tree

1 file changed

+2
-1
lines changed
  • src/main/kotlin/me/stageguard/obms/frontend/route

1 file changed

+2
-1
lines changed

src/main/kotlin/me/stageguard/obms/frontend/route/ruleset.kt

+2-1
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,8 @@ fun Application.ruleset() {
373373
set(BeatmapCommentTable.content, u.comment)
374374
where {
375375
BeatmapCommentTable.rulesetId eq parameter.rulesetId and
376-
(BeatmapCommentTable.commenterQq eq webUser.qq)
376+
(BeatmapCommentTable.commenterQq eq webUser.qq) and
377+
(BeatmapCommentTable.bid eq u.bid)
377378
}
378379
}
379380
}

0 commit comments

Comments
 (0)