Async 응답시, 500. 보내기전 예외시 900으로 로깅
This commit is contained in:
@@ -257,7 +257,11 @@ public abstract class DefaultProcess extends Process {
|
|||||||
if(isAsyncSyncPattern()){
|
if(isAsyncSyncPattern()){
|
||||||
StandardMessage standardMessage = this.resEaiMsg.getStandardMessage();
|
StandardMessage standardMessage = this.resEaiMsg.getStandardMessage();
|
||||||
standardMessage.setBizData(this.resObject, this.outboundCharset);
|
standardMessage.setBizData(this.resObject, this.outboundCharset);
|
||||||
this.logPssSno = 500;
|
if ( StringUtils.isNotBlank(resEaiMsg.getRspErrCd()) ) {
|
||||||
|
this.logPssSno = 900;
|
||||||
|
} else {
|
||||||
|
this.logPssSno = 500;
|
||||||
|
}
|
||||||
logSenderCtrlSendRes();
|
logSenderCtrlSendRes();
|
||||||
}
|
}
|
||||||
// SA
|
// SA
|
||||||
|
|||||||
Reference in New Issue
Block a user