EAIMessage Object 생성 부분에서 eaiSvcCd 획득 수정

This commit is contained in:
jaewohong
2025-12-04 11:10:45 +09:00
parent 1811f4a8f5
commit 2c9a0a0e95
@@ -337,7 +337,8 @@ public class RequestProcessor extends RequestProcessorSupport {
}
// 3. EAIMessage Object 생성
String eaiSvcCd = mapper.getEaiSvcCode(standardMessage);
//String eaiSvcCd = mapper.getEaiSvcCode(standardMessage); // commnet by jwhong
String eaiSvcCd = prop.getProperty("API_SERVICE_CODE");
String guid = mapper.getGuid(standardMessage);
String guidSeq = mapper.getGuidSeq(standardMessage);
String returnType = mapper.getSendRecvDivision(standardMessage); // S|R