이지우 - 사용자 > 예방교육 신청 > 대상자 목록 체크 제거
This commit is contained in:
parent
cc25bd8e57
commit
6ff5abf561
@ -1046,7 +1046,18 @@ public class PreventController {
|
|||||||
|
|
||||||
//return modelAndView;
|
//return modelAndView;
|
||||||
|
|
||||||
return preventService.checkSspnIdtmt(cndtnTrgtInfoMngVO);
|
//예방교육의 경우 대상자 조회 목적이 아닌 핸드폰 인증 목적으로만 사용
|
||||||
|
String msg = "";
|
||||||
|
String id = "";
|
||||||
|
String result = "success";
|
||||||
|
String next = "Y";
|
||||||
|
modelAndView.addObject("msg", msg);
|
||||||
|
modelAndView.addObject("id", id);
|
||||||
|
modelAndView.addObject("result", result);
|
||||||
|
modelAndView.addObject("next", next); //fail & Y = 관리자 문의 버튼 노출
|
||||||
|
|
||||||
|
//return preventService.checkSspnIdtmt(cndtnTrgtInfoMngVO);
|
||||||
|
return modelAndView;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user