* [task#143975,doing,0.1h] Moidfy the problem of code review.

This commit is contained in:
xieqiyu
2025-05-29 09:41:26 +08:00
parent 54bc02c482
commit e406b8d6f9
+1 -2
View File
@@ -4624,8 +4624,7 @@ class docModel extends model
foreach($chapterList as $oldChapterID => $chapter)
{
unset($chapter->id);
$chapterVision = 'rnd';
$chapter->vision = $chapterVision;
$chapter->vision = 'rnd';
$chapter->template = $newTemplateID;
$this->dao->insert(TABLE_DOC)->data($chapter)->exec();
$newChapterID = $this->dao->lastInsertID();