|
|
@ -953,10 +953,8 @@ public class EnsBatchService extends EgovAbstractServiceImpl implements IEnsBatc
|
|
|
|
isSuccess = true;
|
|
|
|
isSuccess = true;
|
|
|
|
reqDTO.setErrorMssage("정상");
|
|
|
|
reqDTO.setErrorMssage("정상");
|
|
|
|
}else{
|
|
|
|
}else{
|
|
|
|
//reqDTO.setErrorMssage(resDTO.toStringErrorMsg());
|
|
|
|
|
|
|
|
errList.addAll(resDTO.getErrors());
|
|
|
|
errList.addAll(resDTO.getErrors());
|
|
|
|
}
|
|
|
|
}
|
|
|
|
mapper.updateKtBcMst(reqDTO);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}else{
|
|
|
|
}else{
|
|
|
|
// KT-BC API 호출전 에러 발생
|
|
|
|
// KT-BC API 호출전 에러 발생
|
|
|
@ -966,6 +964,8 @@ public class EnsBatchService extends EgovAbstractServiceImpl implements IEnsBatc
|
|
|
|
reqDTO.setErrorMssage(apiResult.getMessage());
|
|
|
|
reqDTO.setErrorMssage(apiResult.getMessage());
|
|
|
|
errList.add(new ErrorMsg(apiResult.getMessage()));
|
|
|
|
errList.add(new ErrorMsg(apiResult.getMessage()));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// 모두 실패한 경우
|
|
|
|
// 모두 실패한 경우
|
|
|
|
if(!isSuccess) {
|
|
|
|
if(!isSuccess) {
|
|
|
@ -986,7 +986,6 @@ public class EnsBatchService extends EgovAbstractServiceImpl implements IEnsBatc
|
|
|
|
mapper.updateKtBcMst(reqDTO);
|
|
|
|
mapper.updateKtBcMst(reqDTO);
|
|
|
|
requireNewService.updateSendSndngMstStatus(mstId, unitySndMstId, SndngSeCode.KAKAO, "KT-BC 실패(발송마스터 데이타 오류)");
|
|
|
|
requireNewService.updateSendSndngMstStatus(mstId, unitySndMstId, SndngSeCode.KAKAO, "KT-BC 실패(발송마스터 데이타 오류)");
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
//-----------------------------------------------------------------------------------------------------------------
|
|
|
|
//-----------------------------------------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|