From 85fa678a6dbbf6e2a3337d3aebd6d7eeac4e613c Mon Sep 17 00:00:00 2001 From: Yagami <976204163@qq.com> Date: Thu, 14 Nov 2019 10:53:14 +0800 Subject: [PATCH] * Finish task #6482. --- module/story/model.php | 1 - 1 file changed, 1 deletion(-) diff --git a/module/story/model.php b/module/story/model.php index 574794dcf1..e0dba61994 100644 --- a/module/story/model.php +++ b/module/story/model.php @@ -554,7 +554,6 @@ class storyModel extends model if(!dao::isError()) { - $this->setStage($storyID); if($story->product != $oldStory->product) { $this->dao->update(TABLE_PROJECTSTORY)->set('product')->eq($story->product)->where('story')->eq($storyID)->exec();