From 534947637d55f6996634bca15bb17a829621f088 Mon Sep 17 00:00:00 2001 From: eastargh Date: Thu, 9 Jul 2026 14:55:07 +0900 Subject: [PATCH] =?UTF-8?q?qna=20=EC=83=81=EC=84=B8=20=ED=9A=8C=EC=9B=90?= =?UTF-8?q?=EC=9D=B4=EB=A6=84=20=ED=91=9C=EC=8B=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebContent/jsp/common/screen/top_04.jsp | 7 ++++++- .../onl/apim/portalInquiry/PortalInquiryManService.java | 6 +++--- src/main/resources/message/LocaleMessage_en.properties | 1 + src/main/resources/message/LocaleMessage_ko.properties | 1 + 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/WebContent/jsp/common/screen/top_04.jsp b/WebContent/jsp/common/screen/top_04.jsp index c73ef17..349f4e6 100644 --- a/WebContent/jsp/common/screen/top_04.jsp +++ b/WebContent/jsp/common/screen/top_04.jsp @@ -252,6 +252,7 @@ .topmenu_box .sitemap-link { display: inline-block; width: 80px; height: 80px; line-height: 80px; box-sizing: border-box; font-size: 14px; color: #666; text-align: center; opacity: 0.7; transition: all 0.3s; margin-top: 0px; } .topmenu_box .sitemap-link:hover { opacity: 1; } .topmenu_box .logout-link { line-height: 80px; margin-top:0; } + .topmenu_box > ul li:last-child > a:before { display: none; } @@ -580,7 +581,11 @@ <% if (showSitemapLink) { %> -
  • " target="mainFrame" class="sitemap-link">사이트맵
  • +
  • + " target="mainFrame" class="sitemap-link"> + <%= localeMessage.getString("screen.sitemap") %> + +
  • <% } %>
  • " alt=""/><%= localeMessage.getString("screen.logout") %> diff --git a/src/main/java/com/eactive/eai/rms/onl/apim/portalInquiry/PortalInquiryManService.java b/src/main/java/com/eactive/eai/rms/onl/apim/portalInquiry/PortalInquiryManService.java index 2702642..26d12f2 100644 --- a/src/main/java/com/eactive/eai/rms/onl/apim/portalInquiry/PortalInquiryManService.java +++ b/src/main/java/com/eactive/eai/rms/onl/apim/portalInquiry/PortalInquiryManService.java @@ -127,9 +127,9 @@ public class PortalInquiryManService extends BaseService { PortalInquiryUI portalInquiryUI = portalInquiryUIMapper.toVo(inquiry); // 문의자 정보 마스킹처리 _ 이름, 이메일, 로그인id, 핸드폰번호 - if (portalInquiryUI.getInquirer() != null) { - maskPortalInquiryUI(portalInquiryUI); - } + //if (portalInquiryUI.getInquirer() != null) { + // maskPortalInquiryUI(portalInquiryUI); + //} if (StringUtils.isNotBlank(inquiry.getAttachFile())) { try { diff --git a/src/main/resources/message/LocaleMessage_en.properties b/src/main/resources/message/LocaleMessage_en.properties index a205abd..fe0b641 100644 --- a/src/main/resources/message/LocaleMessage_en.properties +++ b/src/main/resources/message/LocaleMessage_en.properties @@ -1674,6 +1674,7 @@ screen.lastLogin = Last LoginTime screen.logout = Logout screen.logoutMsg = Are you sure you want to log out of EMS System? screen.title = EAI Monitoring System +screen.sitemap = Sitemap search.period = Inquiry Period diff --git a/src/main/resources/message/LocaleMessage_ko.properties b/src/main/resources/message/LocaleMessage_ko.properties index 0731578..4299357 100644 --- a/src/main/resources/message/LocaleMessage_ko.properties +++ b/src/main/resources/message/LocaleMessage_ko.properties @@ -1771,6 +1771,7 @@ screen.lastLogin = \uB9C8\uC9C0\uB9C9 \uB85C\uADF8\uC778 screen.logout = \uB85C\uADF8\uC544\uC6C3 screen.logoutMsg = EMS Monitoring System \uC5D0\uC11C \uB85C\uADF8\uC544\uC6C3 \uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C ? screen.title = \uC778\uD130\uD398\uC774\uC2A4 \uD1B5\uD569\uBAA8\uB2C8\uD130\uB9C1 +screen.sitemap = \uC0AC\uC774\uD2B8\uB9F5 search.period = \uC870\uD68C\uAE30\uAC04