OWL ITS + 탐지시스템(인터넷 진흥원)
jhjang
2022-01-06 dc12a6a3e3dbe7088b54a1bb02cfc98cf7c230c0
src/main/java/kr/wisestone/owl/web/controller/Api/ApiController.java
@@ -34,6 +34,7 @@
    /**
     * 이슈 추가
     * @param apiIssueAddForm 입력 폼 데이터
     * @param files 파일
     * @return JSON
@@ -68,6 +69,7 @@
    }
    /**
     * 이슈 상태 수정
     * @param apiIssueModifyForm 수정 폼 데이터
     * @return JSON
     * @throws OwlRuntimeException 파라미터 오류시 발생
@@ -92,17 +94,5 @@
        return this.setSuccessMessage(resJsonData);
    }
    //  이슈 조회
//    @RequestMapping(value = "/api/issueList", method = RequestMethod.GET, produces = MediaType.APPLICATION_JSON_VALUE)
//    public
//    @ResponseBody
//    Map<String, Object> find(@RequestBody Map<String, Map<String, Object>> params) {
//        Map<String, Object> resJsonData = new HashMap<>();
//        Pageable pageable = this.pageUtil.convertPageable(this.getPageVo(params));
//
//        // todo
//        return this.setSuccessMessage(resJsonData);
//    }
}