* Add set stage of story for sync siblings.

This commit is contained in:
xieqiyu
2022-11-02 01:49:45 +00:00
parent a8fc2c5aaa
commit 630e031d59
+2
View File
@@ -6103,6 +6103,8 @@ class storyModel extends model
$this->dao->update(TABLE_STORY)->data($syncFieldList)->where('id')->eq((int)$storyID)->exec();
if(!dao::isError())
{
$this->setStage($storyID);
$actionID = $this->action->create('story', $storyID, 'syncsiblings', '', "$operate|$storyID");
$this->action->logHistory($actionID, $changes);
}