* Finish task #6317.

This commit is contained in:
Yagami
2019-09-02 14:32:46 +08:00
parent 3c77275523
commit 2840f01585
+1
View File
@@ -554,6 +554,7 @@ 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();