diff --git a/extend/catcher/Utils.php b/extend/catcher/Utils.php index eeb2b4d..f1193cf 100644 --- a/extend/catcher/Utils.php +++ b/extend/catcher/Utils.php @@ -83,7 +83,7 @@ class Utils $v[$pid] = $id; $v['level'] = !$value[$pid] ? $id : $value['level'] . '-' .$id; } - self::importTreeData($children, $table, $primaryKey); + self::importTreeData($children, $table, $pid); } } }