From 8c575f3d606beb9d78a9e729c66e2e3600b2d507 Mon Sep 17 00:00:00 2001 From: cho Date: Fri, 23 Jan 2026 17:01:47 +0900 Subject: [PATCH] =?UTF-8?q?=ED=83=80=EC=9E=84=EC=95=84=EC=9B=83=20Async-Sy?= =?UTF-8?q?nc=20=EC=9D=BC=EC=8B=9C,=20Outbound=20=EC=9D=B8=ED=84=B0?= =?UTF-8?q?=ED=8E=98=EC=9D=B4=EC=8A=A4=20=EC=84=A4=EC=A0=95=EA=B0=92(Timeo?= =?UTF-8?q?ut)=20=EC=9D=B4=20Async=EC=AA=BD=EC=97=90=20=EC=95=88=EB=93=A4?= =?UTF-8?q?=EC=96=B4=EA=B0=80=EB=8A=94=20bugfix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../eai/rms/onl/transaction/apim/ApiInterfaceService.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/java/com/eactive/eai/rms/onl/transaction/apim/ApiInterfaceService.java b/src/main/java/com/eactive/eai/rms/onl/transaction/apim/ApiInterfaceService.java index 0558a4e..b117b97 100644 --- a/src/main/java/com/eactive/eai/rms/onl/transaction/apim/ApiInterfaceService.java +++ b/src/main/java/com/eactive/eai/rms/onl/transaction/apim/ApiInterfaceService.java @@ -480,6 +480,7 @@ public class ApiInterfaceService extends OnlBaseService { // 응답용 ServiceMessageEntity 설정 responseEntity.setPsvsysadptrbzwkgroupname(vo.getFromResponseAdapter()); responseEntity.setPsvintfacdsticname("ASYN"); + responseEntity.setToutval(vo.getToutVal()); // 응답용 REST 정보 설정 AdapterGroupUI responseAdapter = adapterService.selectDetail(vo.getFromResponseAdapter()); @@ -506,6 +507,7 @@ public class ApiInterfaceService extends OnlBaseService { // ServiceMessageEntity 설정 responseEntity.setPsvsysadptrbzwkgroupname(vo.getToResponseAdapter()); responseEntity.setPsvintfacdsticname("ASYN"); + responseEntity.setToutval(vo.getToutVal()); // REST 정보 설정 AdapterGroupUI responseAdapter = adapterService.selectDetail(vo.getToResponseAdapter());