master
LMR 1 year ago
parent b195f05e8f
commit 7b2877e911

@ -363,6 +363,10 @@ class Information extends CI_Controller
if (!empty($item_meta_use_list_picture)) 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); $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); $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; $node_map[$item->is_id] = $this->InfoStructures_model->insert_id;

Loading…
Cancel
Save