EAIMessage Object 생성 부분에서 eaiSvcCd 획득 수정
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user