fixed bug
This commit is contained in:
parent
d8ad1f6b87
commit
a437d2ed40
@ -83,7 +83,7 @@ class Utils
|
|||||||
$v[$pid] = $id;
|
$v[$pid] = $id;
|
||||||
$v['level'] = !$value[$pid] ? $id : $value['level'] . '-' .$id;
|
$v['level'] = !$value[$pid] ? $id : $value['level'] . '-' .$id;
|
||||||
}
|
}
|
||||||
self::importTreeData($children, $table, $primaryKey);
|
self::importTreeData($children, $table, $pid);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user