|
|
@ -600,7 +600,7 @@ public class CrdnCvlcptServiceBean extends AbstractServiceBean implements CrdnCv
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if(processType.equals("answerExecute")) {
|
|
|
|
if(processType.equals("answerExecute")) {
|
|
|
|
boolean result = crdnCvlcptBean.insertTransmitInfo(false,"");
|
|
|
|
boolean result = crdnCvlcptBean.insertTransmitInfo(false, targetDataList.get(i).string("CVLCPT_LINK_ID"));
|
|
|
|
if (!result) {
|
|
|
|
if (!result) {
|
|
|
|
throw new RuntimeException("민원 전송 상태 변경 중 전송자료 등록에 실패하였습니다.");
|
|
|
|
throw new RuntimeException("민원 전송 상태 변경 중 전송자료 등록에 실패하였습니다.");
|
|
|
|
}
|
|
|
|
}
|
|
|
|