yudao-module-system/src/main/java/cn/iocoder/yudao/module/system/api/dept/DeptApi.java
@@ -31,6 +31,13 @@ List<DeptRespDTO> getDeptList(Collection<Long> ids); /** * 获得全部部门列表 * * @return 部门信息数组 */ List<DeptRespDTO> getDeptList(); /** * 校验部门们是否有效。如下情况,视为无效: * 1. 部门编号不存在 * 2. 部门被禁用