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