作者 刘锟

update

@@ -518,6 +518,8 @@ class ProjectUpdate extends Command @@ -518,6 +518,8 @@ class ProjectUpdate extends Command
518 } 518 }
519 } else { 519 } else {
520 $parent_id = $parent['id']; 520 $parent_id = $parent['id'];
  521 +
  522 + $model->edit(['original_id'=>$item['id']],['id'=>$parent_id]);
521 } 523 }
522 524
523 if (!empty($item['children'])) { 525 if (!empty($item['children'])) {