From 630e031d599ac09fe67b217d8841e8fed148aaf0 Mon Sep 17 00:00:00 2001 From: xieqiyu Date: Wed, 2 Nov 2022 01:49:45 +0000 Subject: [PATCH] * Add set stage of story for sync siblings. --- module/story/model.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/module/story/model.php b/module/story/model.php index 9dab8534e7..b94efedfaa 100644 --- a/module/story/model.php +++ b/module/story/model.php @@ -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); }