OWL ITS + 탐지시스템(인터넷 진흥원)
이민희
2021-11-17 3ec6213437107d1c76862680d0f1df02d6e89583
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);
}