|
|
|
@ -363,6 +363,10 @@ class Information extends CI_Controller
|
|
|
|
|
if (!empty($item_meta_use_list_picture))
|
|
|
|
|
$this->InfoMetas_model->Add($this->InfoContents_model->insert_id, 'meta_use_list_picture', $item_meta_use_list_picture);
|
|
|
|
|
|
|
|
|
|
$item_meta_product_code = $this->InfoMetas_model->get_gm($item->is_ic_id, 'meta_product_code');
|
|
|
|
|
if (!empty($item_meta_product_code))
|
|
|
|
|
$this->InfoMetas_model->Add($this->InfoContents_model->insert_id, 'meta_product_code', $item_meta_product_code);
|
|
|
|
|
|
|
|
|
|
// 添加节点
|
|
|
|
|
$this->InfoStructures_model->Add_with_sitecode($target_is_id, $this->InfoContents_model->insert_id, 999, $dest->is_sitecode);
|
|
|
|
|
$node_map[$item->is_id] = $this->InfoStructures_model->insert_id;
|
|
|
|
|