aps-modules/aps-system/src/main/java/com/aps/system/mapper/SysDeptMapper.java @@ -115,4 +115,6 @@ * @return 结果 */ public int deleteDeptById(Long deptId); List<SysDept> selectDeptListByIdList(List<Long> deptIdList); }