| | |
| | | |
| | | |
| | | /** |
| | | * 이슈 추가 |
| | | * @param apiIssueAddForm 입력 폼 데이터 |
| | | * @param files 파일 |
| | | * @return JSON |
| | |
| | | } |
| | | |
| | | /** |
| | | * 이슈 상태 수정 |
| | | * @param apiIssueModifyForm 수정 폼 데이터 |
| | | * @return JSON |
| | | * @throws OwlRuntimeException 파라미터 오류시 발생 |
| | |
| | | |
| | | 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); |
| | | // } |
| | | } |
| | | |