OWL ITS + 탐지시스템(인터넷 진흥원)
이민희
2021-12-24 dbcc95475a37625a8ba03ee8037df7e0871f7a9d
src/main/java/kr/wisestone/owl/service/impl/IssueTypeServiceImpl.java
@@ -186,6 +186,8 @@
    public List<IssueTypeVo> findIssueType(Map<String, Object> resJsonData,
                                           IssueTypeCondition condition, Pageable pageable) {
        List<Long> downProjectIds = Lists.newArrayList();
        condition.setPage(pageable.getPageNumber() * pageable.getPageSize());
        condition.setPageSize(pageable.getPageSize());
        condition.setWorkspaceId(this.userService.getUser(this.webAppUtil.getLoginId()).getLastWorkspaceId());