>[warning] 使用前必须引入**Organization**模型
use app\common\model\sys\Organization as OrgModel;
#### getAllChildIds()-获取指定的组织机构节点下的所有的子组织机构节点的编号
>[info] getAllChildIds($orgId,&$res=array()){}
### 参数
* orgId:组织机构编号
* res:输出参数,结果集
>[success]示例代码
```php
$this->model = new OrgModel;
$ids ='';//组织结构编号
$arrIds =array();
if($ids){
$this->model->getAllChildIds($ids,$arrIds);
}
```
- 空白目录
- 简介
- 前端
- 组件
- 文件上传
- 用户选择
- 组织机构选择
- 角色岗位选择
- 岗位选择
- 用户组选择
- 高拍仪上传
- 公共类库
- 组织机构
- bindToOrg
- bindusertoremote
- getAncestors
- getAllChildIds
- getByOrgId
- getByThirdAppPkId
- getChilds
- getChildsCount
- getMasterOrg
- getOrgUserById
- getOrgUser
- getOrgRoleData
- getOrgRoleQuota
- getOrgRoleUserCount
- getParents
- getPosteritys
- getTreeArray
- getUserOrgs
- getUserOrgCount
- getUserOrgRoleInfo
- hasChild
- hasMasterOrg
- hasBind
- isOrgUser
- updateOrg
- 用户管理
- getAuthorInfo
- getByDuty
- getByGroup
- getByMobile
- getByOrg
- getByUserId
- getByUserName
- getByRole
- getByToken
- getByThirdUserId
- getUserOrgs
- getUserRoles
- getUserList
- 统一待办
- createTodo
- createHandle
- createRead
- removeTodo
- getTodoList
- setReaded