|
|
@ -259,7 +259,7 @@ class Information extends CI_Controller
|
|
|
|
|
|
|
|
|
|
|
|
// 源节点
|
|
|
|
// 源节点
|
|
|
|
$src = $this->InfoStructures_model->Detail_gm($src_is_id);
|
|
|
|
$src = $this->InfoStructures_model->Detail_gm($src_is_id);
|
|
|
|
$src_path = $this->Information_model->get_list_by_path($src->is_path, false, $src->is_sitecode);
|
|
|
|
$src_path = $this->Information_model->get_list_by_path_gm($src->is_path, false, $src->is_sitecode);
|
|
|
|
// 源子节点
|
|
|
|
// 源子节点
|
|
|
|
foreach ($src_path as $n => $item) {
|
|
|
|
foreach ($src_path as $n => $item) {
|
|
|
|
if ($item->is_id === $src->is_id) {
|
|
|
|
if ($item->is_id === $src->is_id) {
|
|
|
|