fixed bug

This commit is contained in:
JaguarJack 2020-04-29 15:25:41 +08:00
parent d8ad1f6b87
commit a437d2ed40

View File

@ -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);
} }
} }
} }