This commit is contained in:
zhouxin
2024-05-29 09:50:03 +08:00
committed by caoyanyi
parent c16d14c779
commit f563a3007c
+2 -1
View File
@@ -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. */