From 106eac15cb1f10c3fa83024c72eb5c8f0129db57 Mon Sep 17 00:00:00 2001 From: Lkeme <19500576+lkeme@users.noreply.github.com> Date: Sun, 24 Oct 2021 15:50:50 +0800 Subject: [PATCH] [fix] Judge closed #129 --- src/plugin/Judge.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/plugin/Judge.php b/src/plugin/Judge.php index 004364b..2ff6d94 100644 --- a/src/plugin/Judge.php +++ b/src/plugin/Judge.php @@ -87,6 +87,9 @@ class Judge $vote_text = $vote_info['vote_text']; Log::info("案件 $case_id 的预测投票结果:$vote($vote_text)"); array_push(self::$wait_case, ["id" => $case_id, 'vote' => $vote]); + // 尝试修复25018 未测试 + self::vote($case_id, 0); + self::setLock(1 * 60 + 5); }