From f563a3007c235fcadc41ff69255bfda907d9560b Mon Sep 17 00:00:00 2001 From: zhouxin Date: Mon, 27 May 2024 17:21:12 +0800 Subject: [PATCH] * Fix bug #119511. --- module/story/model.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/module/story/model.php b/module/story/model.php index df926b9d52..25afa86618 100644 --- a/module/story/model.php +++ b/module/story/model.php @@ -1215,7 +1215,8 @@ class storyModel extends model $this->dao->update(TABLE_STORY)->data($story, 'finalResult')->autoCheck()->where('id')->eq($storyID)->exec(); $this->setStage((int)$storyID); - $story->id = $storyID; + $story->id = $storyID; + $story->result = $result; $this->recordReviewAction($oldStories[$storyID], $story, $reason); /* Sync twins. */