zhangnaisong
2024-05-17 6bddb83b1e7556aa9b2b1d4ce7ed5f4b4c62f2d0
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);
}