* finish task #3117.
This commit is contained in:
@@ -423,7 +423,7 @@ class deptModel extends model
|
||||
public function getDataStructure($rootDeptID = 0)
|
||||
{
|
||||
$tree = array_values($this->getSons($rootDeptID));
|
||||
$users = $this->loadModel('user')->getPairs('nodeleted|noletter|noclosed');
|
||||
$users = $this->loadModel('user')->getPairs('noletter|noclosed');
|
||||
if(count($tree))
|
||||
{
|
||||
foreach ($tree as $node)
|
||||
|
||||
Reference in New Issue
Block a user