* Finish task #6482.

This commit is contained in:
Yagami
2019-11-14 10:53:14 +08:00
parent 8c75ca4b2d
commit 85fa678a6d

View File

@@ -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();