zxl
2025-04-02 01c29b4b6cfb1a3223cf9e322f33ead42093e77c
system/src/main/java/com/ycl/system/mapper/SysDeptMapper.java
@@ -124,4 +124,11 @@
    Long selectByName(@Param("name") String projectOwnerUnit);
    /**
     * 获取某部门的子部门
     * @param deptId
     * @return
     */
    List<Long> getChildIds(@Param("deptId") Long deptId);
}