* [bug#52096,done,0.1h] fix bug.

This commit is contained in:
sunguangming
2024-07-04 08:54:19 +08:00
committed by 田淑杰
parent 16e3f2d19d
commit e3a650cc02
-1
View File
@@ -1407,7 +1407,6 @@ class storyModel extends model
/* Set childStories. */
$newStory = new stdClass();
$newStory->isParent = '1';
$newStory->plan = '';
$newStory->lastEditedBy = $this->app->user->account;
$newStory->lastEditedDate = $now;
$this->dao->update(TABLE_STORY)->data($newStory)->autoCheck()->where('id')->eq($storyID)->exec();