diff --git a/src/main/resources/geoinfo/sqlmap/mappers/admins/mgmt/Mgmt_Api_SQL.xml b/src/main/resources/geoinfo/sqlmap/mappers/admins/mgmt/Mgmt_Api_SQL.xml index 88f4a71..670715a 100644 --- a/src/main/resources/geoinfo/sqlmap/mappers/admins/mgmt/Mgmt_Api_SQL.xml +++ b/src/main/resources/geoinfo/sqlmap/mappers/admins/mgmt/Mgmt_Api_SQL.xml @@ -98,7 +98,7 @@ WHERE API_SEQ IN (#{apiSeq}) - + DELETE FROM WEB_API_KEY diff --git a/src/main/webapp/WEB-INF/views/admins/mgmtApi/mgmt-api-key.jsp b/src/main/webapp/WEB-INF/views/admins/mgmtApi/mgmt-api-key.jsp index b7d0959..55ac374 100644 --- a/src/main/webapp/WEB-INF/views/admins/mgmtApi/mgmt-api-key.jsp +++ b/src/main/webapp/WEB-INF/views/admins/mgmtApi/mgmt-api-key.jsp @@ -124,7 +124,7 @@ // 승인 상태에 따른 표시 let approveHtml = ""; if (item.approveYn == "Y") { - approveHtml = "승인"; + approveHtml = "승인됨"; } else { approveHtml = ``; } @@ -138,7 +138,7 @@ \${item.startDt} \${item.endDt} \${approveHtml} - + `; return html; @@ -173,7 +173,7 @@ }); } - // 사용자 API 신청 철회하기 + // 사용자 API 신청 삭제하기 function revokeKey(e) { if(confirm("사용자의 API 신청을 삭제합니다.")) { let apiSeq = $(e).data("id")