fixed: 관리자 기본현장시험 현장투수시험 변경 안 되는 버그 수정
parent
ba7967fcb7
commit
34206bb713
|
|
@ -2683,47 +2683,6 @@ public class LoginController {
|
|||
return null;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@RequestMapping(value = "/scheduledGroupEducationApplicationInquiry.do", method = RequestMethod.GET)
|
||||
public ModelAndView scheduledGroupEducationApplicationInquiry(@RequestParam HashMap<String, Object> params, HttpServletRequest request,HttpServletResponse response, ModelMap model) throws Exception {
|
||||
ModelAndView mv = new ModelAndView("scheduledGroupEducationApplication/inquiry/scheduledGroupEducationApplicationInquiry");
|
||||
|
||||
// 로그인 세션이 없을 때
|
||||
if (request.getSession().getAttribute("USERID") == null) {
|
||||
mv.setViewName("index.do?cntyn=0");
|
||||
return mv;
|
||||
}
|
||||
return mv;
|
||||
}
|
||||
|
||||
@RequestMapping(value = "/scheduledGroupEducationApplicationInput.do", method = RequestMethod.GET)
|
||||
public ModelAndView scheduledGroupEducationApplicationInput(@RequestParam HashMap<String, Object> params, HttpServletRequest request,HttpServletResponse response, ModelMap model) throws Exception {
|
||||
ModelAndView mv = new ModelAndView("scheduledGroupEducationApplication/input/scheduledGroupEducationApplicationInput");
|
||||
|
||||
// 로그인 세션이 없을 때
|
||||
if (request.getSession().getAttribute("USERID") == null) {
|
||||
mv.setViewName("index.do?cntyn=0");
|
||||
return mv;
|
||||
}
|
||||
return mv;
|
||||
}
|
||||
|
||||
@RequestMapping(value = "/scheduledGroupEducationApplicationInquiryHistory.do", method = RequestMethod.GET)
|
||||
public ModelAndView scheduledGroupEducationApplicationInquiryHistory(@RequestParam HashMap<String, Object> params, HttpServletRequest request,HttpServletResponse response, ModelMap model) throws Exception {
|
||||
ModelAndView mv = new ModelAndView("scheduledGroupEducationApplication/input/scheduledGroupEducationApplicationInquiryHistory");
|
||||
|
||||
// 로그인 세션이 없을 때
|
||||
if (request.getSession().getAttribute("USERID") == null) {
|
||||
mv.setViewName("index.do?cntyn=0");
|
||||
return mv;
|
||||
}
|
||||
return mv;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
@RequestMapping(value = "/visitEducationApplicationInquiry.do", method = RequestMethod.GET)
|
||||
public ModelAndView visitEducationApplicationInquiry(@RequestParam HashMap<String, Object> params, HttpServletRequest request,HttpServletResponse response, ModelMap model) throws Exception {
|
||||
ModelAndView mv = new ModelAndView("visitEducationApplication/inquiry/visitEducationApplicationInquiry");
|
||||
|
|
@ -2735,30 +2694,5 @@ public class LoginController {
|
|||
}
|
||||
return mv;
|
||||
}
|
||||
@RequestMapping(value = "/visitEducationApplicationInput.do", method = RequestMethod.GET)
|
||||
public ModelAndView visitEducationApplicationInput(@RequestParam HashMap<String, Object> params, HttpServletRequest request,HttpServletResponse response, ModelMap model) throws Exception {
|
||||
ModelAndView mv = new ModelAndView("scheduledGroupEducationApplication/input/visitEducationApplicationInput");
|
||||
|
||||
// 로그인 세션이 없을 때
|
||||
if (request.getSession().getAttribute("USERID") == null) {
|
||||
mv.setViewName("index.do?cntyn=0");
|
||||
return mv;
|
||||
}
|
||||
return mv;
|
||||
}
|
||||
|
||||
@RequestMapping(value = "/visitEducationApplicationInquiryProject.do", method = RequestMethod.GET)
|
||||
public ModelAndView visitEducationApplicationInquiryProject(@RequestParam HashMap<String, Object> params, HttpServletRequest request,HttpServletResponse response, ModelMap model) throws Exception {
|
||||
ModelAndView mv = new ModelAndView("scheduledGroupEducationApplication/inquiry/visitEducationApplicationInquiryProject");
|
||||
|
||||
// 로그인 세션이 없을 때
|
||||
if (request.getSession().getAttribute("USERID") == null) {
|
||||
mv.setViewName("index.do?cntyn=0");
|
||||
return mv;
|
||||
}
|
||||
return mv;
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
Loading…
Reference in New Issue