src/main/java/kr/wisestone/owl/mapper/DepartmentMapper.java
@@ -21,8 +21,6 @@ Long findBydepartmentId(Long Id); Long countInDepartment(Long Id); List<Map<String, Object>> findByDepartmentIds(UserCondition condition); List<Map<String, Object>> findProjectDepartment(DepartmentCondition departmentCondition);