이호영 이호영 2025-01-02
결함 #4793
@6f5aa28c39ec10603d22630d0c60dd20b846150e
src/main/java/itn/let/mjo/msgcampain/web/MjonMsgCampainDataController.java
--- src/main/java/itn/let/mjo/msgcampain/web/MjonMsgCampainDataController.java
+++ src/main/java/itn/let/mjo/msgcampain/web/MjonMsgCampainDataController.java
@@ -200,6 +200,13 @@
 			, HttpServletRequest request
 			, ModelMap model) throws Exception{
 		
+		
+
+		// 외부에서 선거발송 페이지로 들어오는걸 막음
+		// 20250102 이호영
+		return "redirect:/web/mjon/msgdata/selectMsgDataView.do";
+		
+		/*
 		String categoryType = cateCode.getCateType();
 		
 		if(categoryType == null) {
@@ -265,7 +272,6 @@
 			model.addAttribute("addrVO", searchVO);
 		}				
 		
-		/** pageing */
 		PaginationInfo paginationInfo = new PaginationInfo();
 		paginationInfo.setCurrentPageNo(letterVO.getPageIndex());
 		paginationInfo.setRecordCountPerPage(letterVO.getPageUnit());
@@ -299,6 +305,7 @@
 		model.addAttribute("msgResendAllReplaceYn", searchVO.getMsgResendAllReplaceYn());
 		
 		return "web/msgcampain/MsgDataView";
+		*/
 	}
 	
 	
Add a comment
List