동보문자도 오픈

This commit is contained in:
hehihoho3@gmail.com 2025-10-15 18:15:02 +09:00
parent 523522cdd9
commit 321bb9adeb

View File

@ -211,9 +211,9 @@ public class MjonMsgCampainDataController {
// 외부에서 선거발송 페이지로 들어오는걸 막음 // 외부에서 선거발송 페이지로 들어오는걸 막음
// 20250102 이호영 // 20250102 이호영
if (!"localhost".equals(hostName) && !"119.193.215.98".equals(hostName)) { /*if (!"localhost".equals(hostName) && !"119.193.215.98".equals(hostName)) {
return "redirect:/web/mjon/msgdata/selectMsgDataView.do"; return "redirect:/web/mjon/msgdata/selectMsgDataView.do";
} }*/
String categoryType = cateCode.getCateType(); String categoryType = cateCode.getCateType();