OWL ITS + 탐지시스템(인터넷 진흥원)
wyu
2021-12-22 6878f126c634adee530a969133e0ebd057a758b3
src/main/java/kr/wisestone/owl/service/impl/IssueServiceImpl.java
@@ -3807,8 +3807,6 @@
        if (issueType != null) {
            condition.setWorkflowId(issueType.getWorkflow().getId());
        }
        condition.setPage(pageable.getPageNumber() * pageable.getPageSize());
        condition.setPageSize(pageable.getPageSize());
        List<Map<String, Object>> departmentVos = this.departmentMapper.findByIssueStatusId(condition);
        resJsonData.put(Constants.RES_KEY_CONTENTS, departmentVos);