--- src/main/java/itn/let/mjo/msgcampain/web/MjonMsgCampainTWDataController.java
+++ src/main/java/itn/let/mjo/msgcampain/web/MjonMsgCampainTWDataController.java
... | ... | @@ -200,8 +200,16 @@ |
| 200 | 200 |
|
| 201 | 201 |
// 외부에서 선거발송 페이지로 들어오는걸 막음 |
| 202 | 202 |
// 20250102 이호영 |
| 203 |
- if (!"localhost".equals(hostName)) {
|
|
| 204 |
- return "redirect:/web/mjon/msgdata/selectMsgDataView.do"; |
|
| 203 |
+ System.out.println("hostName :: "+ hostName);
|
|
| 204 |
+ System.out.println("hostName :: "+ hostName);
|
|
| 205 |
+ System.out.println("hostName :: "+ hostName);
|
|
| 206 |
+ System.out.println("hostName :: "+ hostName);
|
|
| 207 |
+ System.out.println("hostName :: "+ hostName);
|
|
| 208 |
+ System.out.println("hostName :: "+ hostName);
|
|
| 209 |
+ if (!"localhost".equals(hostName) |
|
| 210 |
+ && !"119.193.215.98".equals(hostName)) |
|
| 211 |
+ {
|
|
| 212 |
+ return "redirect:/web/mjon/msgdata/selectMsgDataView.do"; |
|
| 205 | 213 |
} |
| 206 | 214 |
|
| 207 | 215 |
String categoryType = cateCode.getCateType(); |
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?