分支自 ard/ruoyi-api
ruoyi-system/src/main/java/com/ruoyi/system/mapper/SysDeptMapper.java @@ -125,5 +125,5 @@ */ public int deleteDeptById(Long deptId); public List<Long> getChildrenDeptIdList(@Param("deptIdList")List<Long> deptIdList); }