更新部门
This commit is contained in:
parent
6858f2cb85
commit
a1bbe0033b
|
@ -1024,7 +1024,7 @@ function set_recursion($result, $pid = 0, $level=-1)
|
||||||
/*记录排序后的类别数组*/
|
/*记录排序后的类别数组*/
|
||||||
static $list = array();
|
static $list = array();
|
||||||
//§
|
//§
|
||||||
static $space = ['','├─',' ├─',' ├─',' ├─'];
|
static $space = ['','├─','· ├─','· ├─','· ├─'];
|
||||||
$level++;
|
$level++;
|
||||||
foreach ($result as $k => $v) {
|
foreach ($result as $k => $v) {
|
||||||
if ($v['pid'] == $pid) {
|
if ($v['pid'] == $pid) {
|
||||||
|
|
Loading…
Reference in New Issue