system/src/main/java/com/ycl/system/mapper/SysDeptMapper.java
@@ -19,6 +19,8 @@ */ public List<SysDept> selectDeptList(SysDept dept); public List<SysDept> selectDeptListNoAuth(SysDept dept); /** * 根据角色ID查询部门树信息 * @@ -120,4 +122,6 @@ String selectAncestors(Long userId); Long selectByName(@Param("name") String projectOwnerUnit); }