zxl
2025-03-21 22b020f0e528436547aea49eba5cb59b73a0a551
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);
}