更新部门

This commit is contained in:
yaooo 2023-10-30 10:24:38 +08:00
parent 6858f2cb85
commit a1bbe0033b
1 changed files with 1 additions and 1 deletions

View File

@ -1024,7 +1024,7 @@ function set_recursion($result, $pid = 0, $level=-1)
/*记录排序后的类别数组*/
static $list = array();
//§
static $space = ['','├─',' ├─',' ├─',' ├─'];
static $space = ['','├─','· ├─','· ├─','· ├─'];
$level++;
foreach ($result as $k => $v) {
if ($v['pid'] == $pid) {