From 8b509575ae4a318f6eea5bfb9612b683b79a6278 Mon Sep 17 00:00:00 2001 From: 25W0104 <25W0104@P98020.kjbank.dom> Date: Wed, 3 Dec 2025 17:36:05 +0900 Subject: [PATCH 1/4] =?UTF-8?q?=EB=AF=B8=EC=82=AC=EC=9A=A9=20=EC=BB=AC?= =?UTF-8?q?=EB=9F=BC=20=EC=A3=BC=EC=84=9D=EC=B2=98=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebContent/jsp/bap/admin/work/messageProcManDetail.jsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebContent/jsp/bap/admin/work/messageProcManDetail.jsp b/WebContent/jsp/bap/admin/work/messageProcManDetail.jsp index cdf377a..9ff823a 100644 --- a/WebContent/jsp/bap/admin/work/messageProcManDetail.jsp +++ b/WebContent/jsp/bap/admin/work/messageProcManDetail.jsp @@ -322,11 +322,11 @@ $(document).ready(function() {
- + APPLICATION CODE From 1425bf4335e1b3d299106fde20604028778f0a8e Mon Sep 17 00:00:00 2001 From: 25W0104 <25W0104@P98020.kjbank.dom> Date: Wed, 3 Dec 2025 17:44:44 +0900 Subject: [PATCH 2/4] =?UTF-8?q?=EC=B6=94=EA=B0=80=20=EC=A3=BC=EC=84=9D?= =?UTF-8?q?=EC=B2=98=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebContent/jsp/bap/admin/work/messageProcManDetail.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebContent/jsp/bap/admin/work/messageProcManDetail.jsp b/WebContent/jsp/bap/admin/work/messageProcManDetail.jsp index 9ff823a..0fb6697 100644 --- a/WebContent/jsp/bap/admin/work/messageProcManDetail.jsp +++ b/WebContent/jsp/bap/admin/work/messageProcManDetail.jsp @@ -84,7 +84,7 @@ function init(url,key){ success:function(json){ new makeOptions("CODE","NAME").setObj($("select[name=bjobBzwkDstcd]")).setData(json.bjobBzwkDstcd).rendering(); new makeOptions("CODE","NAME").setObj($("select[name=sysCd]")).setNoValueInclude(true).setNoValue(' ','없음').setData(json.sysCd).rendering(); - new makeOptions("CODE","NAME").setObj($("select[name=sysCd2]")).setNoValueInclude(true).setNoValue('','없음').setData(json.sysCd).rendering(); + //new makeOptions("CODE","NAME").setObj($("select[name=sysCd2]")).setNoValueInclude(true).setNoValue('','없음').setData(json.sysCd).rendering(); new makeOptions("CODE","NAME").setObj($("select[name=uapplCd]")).setNoValueInclude(true).setNoValue(' ','없음').setData(json.uapplCd).rendering(); //new makeOptions("CODE","NAME").setObj($("select[name=bizlevel1]")).setNoValueInclude(true).setNoValue(' ','없음').setData(json.bizlevel1).rendering(); //new makeOptions("CODE","NAME").setObj($("select[name=bizlevel2]")).setNoValueInclude(true).setNoValue(' ','없음').setData(json.bizlevel2).rendering(); From 0a513902a9ab2e0919a4e380340502a424de6ae8 Mon Sep 17 00:00:00 2001 From: 25W0104 <25W0104@P98020.kjbank.dom> Date: Wed, 3 Dec 2025 17:53:32 +0900 Subject: [PATCH 3/4] =?UTF-8?q?=EC=97=B0=EA=B3=84=EC=8B=9C=EC=8A=A4?= =?UTF-8?q?=ED=85=9C=20COde=20=ED=98=BC=EB=8F=99=20=EB=B0=A9=EC=A7=80?= =?UTF-8?q?=EB=A5=BC=20=EC=9C=84=ED=95=B4=20=EC=BB=AC=EB=9F=BC=EB=AA=85=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebContent/jsp/bap/admin/work/messageProcManDetail.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebContent/jsp/bap/admin/work/messageProcManDetail.jsp b/WebContent/jsp/bap/admin/work/messageProcManDetail.jsp index 0fb6697..a6a7fb9 100644 --- a/WebContent/jsp/bap/admin/work/messageProcManDetail.jsp +++ b/WebContent/jsp/bap/admin/work/messageProcManDetail.jsp @@ -318,7 +318,7 @@ $(document).ready(function() { 작업처리 우선순위 - 연계시스템 CODE(송신) + 연계시스템 CODE(내부)
From 1f0f6c530f4fcb8df88c7cfcfefb87c8c04aac95 Mon Sep 17 00:00:00 2001 From: Rinjae Date: Fri, 5 Dec 2025 11:22:59 +0900 Subject: [PATCH 4/4] =?UTF-8?q?kjb-property=20=EA=B2=80=EC=A6=9D=20?= =?UTF-8?q?=EB=B6=80=ED=8C=85=20=EC=B0=A8=EB=8B=A8=20=ED=95=B4=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../onl/common/service/ums/UmsDispatchService.java | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/main/java/com/eactive/eai/rms/onl/common/service/ums/UmsDispatchService.java b/src/main/java/com/eactive/eai/rms/onl/common/service/ums/UmsDispatchService.java index 549ce34..5211520 100644 --- a/src/main/java/com/eactive/eai/rms/onl/common/service/ums/UmsDispatchService.java +++ b/src/main/java/com/eactive/eai/rms/onl/common/service/ums/UmsDispatchService.java @@ -43,8 +43,8 @@ public class UmsDispatchService { private EntityManager entityManager; private final MessageRequestRepository messageRequestRepository; - private final KjbUmsService kjbUmsService; - private final KjbEmailSendModule kjbEmailSendModule; + private KjbUmsService kjbUmsService; + private KjbEmailSendModule kjbEmailSendModule; private final KjbPropertyInjector kjbPropertyInjector; @@ -83,9 +83,13 @@ public class UmsDispatchService { // prop.setUmsApiKey(monitoringPropertyService.getPrpty2ValById(PROP_GORUP_ID, "kjb.ums.api_key")); prop = kjbPropertyInjector.inject(prop); - this.kjbUmsService = new KjbUmsService(prop); + try { + this.kjbUmsService = new KjbUmsService(prop); - this.kjbEmailSendModule = KjbEmailSendModule.getInstance(prop, messageRequestRepository); + this.kjbEmailSendModule = KjbEmailSendModule.getInstance(prop, messageRequestRepository); + } catch (Exception e) { + log.error("Failed to initialize KjbUmsService or KjbEmailSendModule: {}", e.getMessage(), e); + } } @SuppressWarnings("unchecked")