* [task#126305] fix bug on edit story.

This commit is contained in:
liyang
2024-08-20 13:00:38 +08:00
committed by 曹延义
parent 5f1f352b60
commit 086115204d
+1
View File
@@ -922,6 +922,7 @@ class storyModel extends model
$childPath = strstr($childPath, ",{$parent->id},");
$this->dao->update(TABLE_STORY)
->set('product')->eq($parent->product)
->set('branch')->eq($parent->branch)
->set('module')->eq(0)
->set('root')->eq($parent->root)
->set('path')->eq($childPath)