liyong
6 天以前 35320a7048015f298f533a518d6fd932c0cab0dc
src/main/java/com/ruoyi/project/system/mapper/SysDeptMapper.java
@@ -115,4 +115,11 @@
     * @return 结果
     */
    public int deleteDeptById(Long deptId);
    /**
     * 查询顶层部门id
     * @param deptId
     * @return
     */
    Long maxLevelDeptId(Long deptId);
}