heheng
2026-04-10 f038e7d0338375025baa96986c5f1990abd990b9
gkhy-system/src/main/java/com/gkhy/system/mapper/SysDeptMapper.java
@@ -41,6 +41,8 @@
     */
    public SysDept selectDeptById(Long deptId);
    List<SysDept> selectDeptByIds (Long[] ids);
    /**
     * 根据ID查询所有子部门
     *