src/main/java/kr/wisestone/owl/mapper/DepartmentMapper.java @@ -21,5 +21,7 @@ Long findBydepartmentId(Long Id); Long countInDepartment(Long Id); List<Map<String, Object>> findByDepartmentIds(UserCondition condition); }