Merge branch 'hylee'
This commit is contained in:
commit
b7626975fd
@ -200,6 +200,13 @@ public class MjonMsgCampainDataController {
|
|||||||
, HttpServletRequest request
|
, HttpServletRequest request
|
||||||
, ModelMap model) throws Exception{
|
, ModelMap model) throws Exception{
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
// 외부에서 선거발송 페이지로 들어오는걸 막음
|
||||||
|
// 20250102 이호영
|
||||||
|
return "redirect:/web/mjon/msgdata/selectMsgDataView.do";
|
||||||
|
|
||||||
|
/*
|
||||||
String categoryType = cateCode.getCateType();
|
String categoryType = cateCode.getCateType();
|
||||||
|
|
||||||
if(categoryType == null) {
|
if(categoryType == null) {
|
||||||
@ -265,7 +272,6 @@ public class MjonMsgCampainDataController {
|
|||||||
model.addAttribute("addrVO", searchVO);
|
model.addAttribute("addrVO", searchVO);
|
||||||
}
|
}
|
||||||
|
|
||||||
/** pageing */
|
|
||||||
PaginationInfo paginationInfo = new PaginationInfo();
|
PaginationInfo paginationInfo = new PaginationInfo();
|
||||||
paginationInfo.setCurrentPageNo(letterVO.getPageIndex());
|
paginationInfo.setCurrentPageNo(letterVO.getPageIndex());
|
||||||
paginationInfo.setRecordCountPerPage(letterVO.getPageUnit());
|
paginationInfo.setRecordCountPerPage(letterVO.getPageUnit());
|
||||||
@ -299,6 +305,7 @@ public class MjonMsgCampainDataController {
|
|||||||
model.addAttribute("msgResendAllReplaceYn", searchVO.getMsgResendAllReplaceYn());
|
model.addAttribute("msgResendAllReplaceYn", searchVO.getMsgResendAllReplaceYn());
|
||||||
|
|
||||||
return "web/msgcampain/MsgDataView";
|
return "web/msgcampain/MsgDataView";
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user