R(응답)거래가 없어져서 소스 원복
This commit is contained in:
@@ -1316,8 +1316,8 @@ public class RequestProcessor extends RequestProcessorSupport {
|
||||
}
|
||||
|
||||
// 10. 응답 거래로그 Logging
|
||||
if(EAIMessageKeys.SYNC_SVC.equals(svcTsmtUsgTp)) { //&&
|
||||
// STDMessageKeys.SEND_RECV_CD_SEND.equals(returnType) ) {
|
||||
if(EAIMessageKeys.SYNC_SVC.equals(svcTsmtUsgTp) &&
|
||||
STDMessageKeys.SEND_RECV_CD_SEND.equals(returnType) ) {
|
||||
try {
|
||||
retEaiMsg.setLogPssSno(400);
|
||||
// String retGuid = mapper.getGuid(retEaiMsg.getStandardMessage());
|
||||
@@ -1341,8 +1341,8 @@ public class RequestProcessor extends RequestProcessorSupport {
|
||||
}
|
||||
|
||||
// 기동시스템과 Sync 이고 요청거래인 경우
|
||||
if(EAIMessageKeys.SYNC_SVC.equals(svcTsmtUsgTp)) { //&&
|
||||
// STDMessageKeys.SEND_RECV_CD_SEND.equals(returnType) ) {
|
||||
if(EAIMessageKeys.SYNC_SVC.equals(svcTsmtUsgTp) &&
|
||||
STDMessageKeys.SEND_RECV_CD_SEND.equals(returnType) ) {
|
||||
prop.put(HttpAdapterServiceKey.STANDARD_MESSAGE_OBJECT, retEaiMsg.getStandardMessage());
|
||||
Object retMsgObject = retEaiMsg.getStandardMessage().getBizData();
|
||||
//sync 시뮬레이터 때문에 추가됨 juns 20211029
|
||||
|
||||
@@ -429,13 +429,13 @@ public class HTTPProcess extends DefaultProcess {
|
||||
this.isComp = false;
|
||||
}
|
||||
|
||||
// String returnType = getReturnType(reqEaiMsg);
|
||||
//
|
||||
// if (STDMessageKeys.SEND_RECV_CD_RECV.equals(returnType)) {
|
||||
// this.logPssSno = 400;
|
||||
// } else {
|
||||
String returnType = getReturnType(reqEaiMsg);
|
||||
|
||||
if (STDMessageKeys.SEND_RECV_CD_RECV.equals(returnType)) {
|
||||
this.logPssSno = 400;
|
||||
} else {
|
||||
this.logPssSno = TranLogUtil.getReqLogSeq(this.svcPssTp, this.svcPssSeq, this.isComp);
|
||||
// }
|
||||
}
|
||||
|
||||
// Inbound Adapter mesageType
|
||||
AdapterManager adapterManager = AdapterManager.getInstance();
|
||||
|
||||
Reference in New Issue
Block a user