diff --git a/src/main/resources/egovframework/sqlmap/let/msg/MjonMsgData_SQL_mysql.xml b/src/main/resources/egovframework/sqlmap/let/msg/MjonMsgData_SQL_mysql.xml index 11537aaf..99390a4c 100644 --- a/src/main/resources/egovframework/sqlmap/let/msg/MjonMsgData_SQL_mysql.xml +++ b/src/main/resources/egovframework/sqlmap/let/msg/MjonMsgData_SQL_mysql.xml @@ -2687,91 +2687,66 @@ diff --git a/src/main/webapp/WEB-INF/jsp/uss/ion/msg/RankNumberList_230125.jsp b/src/main/webapp/WEB-INF/jsp/uss/ion/msg/RankNumberList_230125.jsp index 8771fe28..aa5e541e 100644 --- a/src/main/webapp/WEB-INF/jsp/uss/ion/msg/RankNumberList_230125.jsp +++ b/src/main/webapp/WEB-INF/jsp/uss/ion/msg/RankNumberList_230125.jsp @@ -114,6 +114,13 @@ function fnSetCalMonth(val) { } +function fnSelectMber(mberId) { + document.modiForm2.mberId.value = mberId; + window.open("about:blank", 'popupSelectMber', 'width=900, height=1800, top=100, left=100, fullscreen=no, menubar=no, status=no, toolbar=no, titlebar=yes, location=no, scrollbar=no'); + document.modiForm2.action = ""; + document.modiForm2.target = "popupSelectMber"; + document.modiForm2.submit(); +}