|
|
@ -176,7 +176,7 @@ public class CrdnCvlcptServiceBean extends AbstractServiceBean implements CrdnCv
|
|
|
|
|
|
|
|
|
|
|
|
if(linkTblNm.equals("TB_ESB_INTERFACE")) {
|
|
|
|
if(linkTblNm.equals("TB_ESB_INTERFACE")) {
|
|
|
|
fileQuery.setInfoType("010");
|
|
|
|
fileQuery.setInfoType("010");
|
|
|
|
} else if(linkTblNm.equals("TB_SA_CVLCPT_DTL")) {
|
|
|
|
} else if(linkTblNm.equals("TB_SAEOL_CVLCPT_DTL")) {
|
|
|
|
fileQuery.setInfoType("020");
|
|
|
|
fileQuery.setInfoType("020");
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
throw new RuntimeException("파일 조회 중 오류가 발생하였습니다.");
|
|
|
|
throw new RuntimeException("파일 조회 중 오류가 발생하였습니다.");
|
|
|
@ -225,7 +225,7 @@ public class CrdnCvlcptServiceBean extends AbstractServiceBean implements CrdnCv
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
if(crdnInfo.string("LINK_TBL_NM").equals("TB_ESB_INTERFACE")
|
|
|
|
if(crdnInfo.string("LINK_TBL_NM").equals("TB_ESB_INTERFACE")
|
|
|
|
|| crdnInfo.string("LINK_TBL_NM").equals("TB_SA_CVLCPT_DTL")) {
|
|
|
|
|| crdnInfo.string("LINK_TBL_NM").equals("TB_SAEOL_CVLCPT_DTL")) {
|
|
|
|
boolean result = crdnCvlcptMainBean.insertTransmitInfo(true, crdnInfo.string("CVLCPT_LINK_ID"));
|
|
|
|
boolean result = crdnCvlcptMainBean.insertTransmitInfo(true, crdnInfo.string("CVLCPT_LINK_ID"));
|
|
|
|
if (!result) {
|
|
|
|
if (!result) {
|
|
|
|
throw new RuntimeException("반송 처리 중 전송자료 등록에 실패하였습니다.");
|
|
|
|
throw new RuntimeException("반송 처리 중 전송자료 등록에 실패하였습니다.");
|
|
|
@ -382,7 +382,7 @@ public class CrdnCvlcptServiceBean extends AbstractServiceBean implements CrdnCv
|
|
|
|
if(processType.equals("answerExecute")) {
|
|
|
|
if(processType.equals("answerExecute")) {
|
|
|
|
|
|
|
|
|
|
|
|
if(targetDataList.get(i).string("LINK_TBL_NM").equals("TB_ESB_INTERFACE")
|
|
|
|
if(targetDataList.get(i).string("LINK_TBL_NM").equals("TB_ESB_INTERFACE")
|
|
|
|
|| targetDataList.get(i).string("LINK_TBL_NM").equals("TB_SA_CVLCPT_DTL")) {
|
|
|
|
|| targetDataList.get(i).string("LINK_TBL_NM").equals("TB_SAEOL_CVLCPT_DTL")) {
|
|
|
|
boolean result = crdnCvlcptMainBean.insertTransmitInfo(false, targetDataList.get(i).string("CVLCPT_LINK_ID"));
|
|
|
|
boolean result = crdnCvlcptMainBean.insertTransmitInfo(false, targetDataList.get(i).string("CVLCPT_LINK_ID"));
|
|
|
|
if (!result) {
|
|
|
|
if (!result) {
|
|
|
|
throw new RuntimeException("민원 전송 상태 변경 중 전송자료 등록에 실패하였습니다.");
|
|
|
|
throw new RuntimeException("민원 전송 상태 변경 중 전송자료 등록에 실패하였습니다.");
|
|
|
|