--- src/main/java/itn/let/mjo/msgcampain/web/MjonMsgCampainDataController.java
+++ src/main/java/itn/let/mjo/msgcampain/web/MjonMsgCampainDataController.java
... | ... | @@ -200,6 +200,13 @@ |
| 200 | 200 |
, HttpServletRequest request |
| 201 | 201 |
, ModelMap model) throws Exception{
|
| 202 | 202 |
|
| 203 |
+ |
|
| 204 |
+ |
|
| 205 |
+ // 외부에서 선거발송 페이지로 들어오는걸 막음 |
|
| 206 |
+ // 20250102 이호영 |
|
| 207 |
+ return "redirect:/web/mjon/msgdata/selectMsgDataView.do"; |
|
| 208 |
+ |
|
| 209 |
+ /* |
|
| 203 | 210 |
String categoryType = cateCode.getCateType(); |
| 204 | 211 |
|
| 205 | 212 |
if(categoryType == null) {
|
... | ... | @@ -265,7 +272,6 @@ |
| 265 | 272 |
model.addAttribute("addrVO", searchVO);
|
| 266 | 273 |
} |
| 267 | 274 |
|
| 268 |
- /** pageing */ |
|
| 269 | 275 |
PaginationInfo paginationInfo = new PaginationInfo(); |
| 270 | 276 |
paginationInfo.setCurrentPageNo(letterVO.getPageIndex()); |
| 271 | 277 |
paginationInfo.setRecordCountPerPage(letterVO.getPageUnit()); |
... | ... | @@ -299,6 +305,7 @@ |
| 299 | 305 |
model.addAttribute("msgResendAllReplaceYn", searchVO.getMsgResendAllReplaceYn());
|
| 300 | 306 |
|
| 301 | 307 |
return "web/msgcampain/MsgDataView"; |
| 308 |
+ */ |
|
| 302 | 309 |
} |
| 303 | 310 |
|
| 304 | 311 |
|
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?