xiangpei
2025-02-19 15da4c4960809e3ef699a470788f2ef3fb8dc8f7
system/src/main/java/com/ycl/system/mapper/SysDeptMapper.java
@@ -36,6 +36,8 @@
     */
    public SysDept selectDeptById(Long deptId);
    List<SysDept> selectDeptByIds(List<Long> deptIds);
    /**
     * 根据ID查询所有子部门
     *
@@ -117,4 +119,7 @@
    public int deleteDeptById(Long deptId);
    String selectAncestors(Long userId);
    Long selectByName(@Param("name") String projectOwnerUnit);
}