zouyu
8 天以前 09394848ce262aff81897503d32ec334fd3f2b6f
src/main/java/com/ruoyi/project/system/mapper/SysDeptMapper.java
@@ -115,4 +115,13 @@
     * @return 结果
     */
    public int deleteDeptById(Long deptId);
    /**
     * 查询顶层部门id
     * @param deptId
     * @return
     */
    Long maxLevelDeptId(Long deptId);
    SysDept selectDeptByDeptName(@Param("deptName") String deptName);
}