| | |
| | | } |
| | | |
| | | // 메일 발송 대상자 목록 조회 |
| | | @RequestMapping(value = "/issue/findMailTargetAll", method = RequestMethod.POST, produces = MediaType.APPLICATION_JSON_VALUE) |
| | | /*@RequestMapping(value = "/issue/findMailTargetAll", method = RequestMethod.POST, produces = MediaType.APPLICATION_JSON_VALUE) |
| | | public |
| | | @ResponseBody |
| | | Map<String, Object> findMailTargetAll(@RequestBody Map<String, Map<String, Object>> params) { |
| | |
| | | this.issueService.findMailTargetAll(resJsonData, IssueCondition.make(params.get(Constants.REQ_KEY_CONTENT)), pageable); |
| | | |
| | | return this.setSuccessMessage(resJsonData); |
| | | } |
| | | }*/ |
| | | |
| | | |
| | | /*// 업체 담당자 메일 목록 조회 |