fuliqi
2024-08-07 0e12140d6ceac7fa10093df2d3ca395ee1501386
ycl-server/src/main/java/com/ycl/system/mapper/SysDeptMapper.java
@@ -134,4 +134,12 @@
     * @return
     */
    List<Long> selectParents(@Param("id") Long deptId);
    /**
     * 查询自己的父类部门ID
     *
     * @param deptId
     * @return
     */
    List<Long> selectByParentId(@Param("id") Long deptId);
}