src/main/java/kr/wisestone/owl/web/condition/DepartmentCondition.java
@@ -16,8 +16,8 @@ private Integer Page; private Integer PageSize; public static DepartmentCondition make(Map<String, Object> departmentManageConditions) { return ConvertUtil.convertMapToClass(departmentManageConditions, DepartmentCondition.class); public static DepartmentCondition make(Map<String, Object> departmentConditions) { return ConvertUtil.convertMapToClass(departmentConditions, DepartmentCondition.class); } public Long getId() {