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());