From 2a9dfaa0934d35a26f157c1f7e8b929d55c792be Mon Sep 17 00:00:00 2001 From: Rinjae Date: Wed, 9 Sep 2026 11:05:46 +0900 Subject: [PATCH] =?UTF-8?q?API=20Spec=20=EC=83=81=ED=83=9C=20=EC=A1=B0?= =?UTF-8?q?=ED=9A=8C=20=EB=B0=8F=20=EA=B4=80=EB=A6=AC=20=EA=B8=B0=EB=8A=A5?= =?UTF-8?q?=20=EC=B6=94=EA=B0=80=20-=20ApiSpecStatusRepository=20=EC=8B=A0?= =?UTF-8?q?=EA=B7=9C=20=EC=B6=94=EA=B0=80=20-=20=EC=8A=A4=ED=8E=99=20?= =?UTF-8?q?=EC=83=81=ED=83=9C=20=EA=B2=80=EC=83=89=20=EC=A1=B0=EA=B1=B4/?= =?UTF-8?q?=EA=B7=B8=EB=A3=B9=20=EC=A1=B0=ED=9A=8C=20=EB=B0=8F=20UI=20?= =?UTF-8?q?=EB=B0=98=EC=98=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../onl/transaction/apim/apiInterfaceMan.jsp | 48 ++++++++++- .../onl/apim/apigroup/ApiGroupService.java | 43 ++++++++++ .../apim/apispec/ApiSpecStatusRepository.java | 28 +++++++ .../entity/onl/eaimsg/EAIMessageService.java | 46 +++++++++- .../entity/onl/eaimsg/EAIMessageUISearch.java | 6 ++ .../transaction/apim/ApiInterfaceService.java | 12 +++ .../transaction/apim/ui/ApiInterfaceUI.java | 2 + .../apispec/ApiSpecStatusRepositoryTest.java | 84 +++++++++++++++++++ 8 files changed, 267 insertions(+), 2 deletions(-) create mode 100644 src/main/java/com/eactive/eai/rms/data/entity/onl/apim/apispec/ApiSpecStatusRepository.java create mode 100644 src/test/java/com/eactive/eai/rms/data/entity/onl/apim/apispec/ApiSpecStatusRepositoryTest.java diff --git a/WebContent/jsp/onl/transaction/apim/apiInterfaceMan.jsp b/WebContent/jsp/onl/transaction/apim/apiInterfaceMan.jsp index 4850cdc..7138a9c 100644 --- a/WebContent/jsp/onl/transaction/apim/apiInterfaceMan.jsp +++ b/WebContent/jsp/onl/transaction/apim/apiInterfaceMan.jsp @@ -38,6 +38,13 @@ success: function (json) { new makeOptions("BIZCODE", "BIZNAME").setObj($("select[name=searchEaiBzwkDstcd]")).setNoValueInclude(true).setNoValue("", "전체").setData(json.bizList).setFormat(codeName3OptionFormat).rendering(); + var apiGroupSelect = $('select[name=searchApiGroupId]').empty(); + apiGroupSelect.append($('