|
|
@ -87,7 +87,7 @@ public class CrdnBean extends AbstractComponent {
|
|
|
|
|
|
|
|
|
|
|
|
boolean result = this.createLedger(crdn);
|
|
|
|
boolean result = this.createLedger(crdn);
|
|
|
|
if (!result) {
|
|
|
|
if (!result) {
|
|
|
|
throw new RuntimeException("단속자료 수기 등록 중 단속자료 등록에 실패하였습니다.");
|
|
|
|
throw new RuntimeException("단속자료 등록 중 단속자료 등록에 실패하였습니다.");
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
SimpleDateFormat yyyyMMdd = new SimpleDateFormat("yyyyMMdd");
|
|
|
|
SimpleDateFormat yyyyMMdd = new SimpleDateFormat("yyyyMMdd");
|
|
|
@ -109,7 +109,7 @@ public class CrdnBean extends AbstractComponent {
|
|
|
|
|
|
|
|
|
|
|
|
String retMessage = excl01Bean.createLevyExcl(excl01);
|
|
|
|
String retMessage = excl01Bean.createLevyExcl(excl01);
|
|
|
|
if (retMessage.contains("[F]")) {
|
|
|
|
if (retMessage.contains("[F]")) {
|
|
|
|
throw new RuntimeException("단속자료 수기 등록 중 부과제외 자료 등록에 실패하였습니다.");
|
|
|
|
throw new RuntimeException("단속자료 등록 중 부과제외 자료 등록에 실패하였습니다.");
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
taskDtlId = excl01.getLevyExclId();
|
|
|
|
taskDtlId = excl01.getLevyExclId();
|
|
|
@ -126,7 +126,7 @@ public class CrdnBean extends AbstractComponent {
|
|
|
|
|
|
|
|
|
|
|
|
result = crdnSttsHstryBean.create(crdnSttsHstry);
|
|
|
|
result = crdnSttsHstryBean.create(crdnSttsHstry);
|
|
|
|
if (!result) {
|
|
|
|
if (!result) {
|
|
|
|
throw new RuntimeException("단속자료 수기 등록 중 단속상태 이력 등록에 실패하였습니다.");
|
|
|
|
throw new RuntimeException("단속자료 등록 중 단속상태 이력 등록에 실패하였습니다.");
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
//단속납부자이력(TB_CRDN_PAYER_HSTRY) 대장 등록
|
|
|
|
//단속납부자이력(TB_CRDN_PAYER_HSTRY) 대장 등록
|
|
|
@ -136,7 +136,7 @@ public class CrdnBean extends AbstractComponent {
|
|
|
|
crdnPayerHstry.setRtpyrId(crdn.getRtpyrId());
|
|
|
|
crdnPayerHstry.setRtpyrId(crdn.getRtpyrId());
|
|
|
|
result = crdnPayerHstryBean.create(crdnPayerHstry);
|
|
|
|
result = crdnPayerHstryBean.create(crdnPayerHstry);
|
|
|
|
if (!result) {
|
|
|
|
if (!result) {
|
|
|
|
throw new RuntimeException("단속자료 수기 등록 중 단속납부자 이력 등록에 실패하였습니다.");
|
|
|
|
throw new RuntimeException("단속자료 등록 중 단속납부자 이력 등록에 실패하였습니다.");
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
@ -145,7 +145,7 @@ public class CrdnBean extends AbstractComponent {
|
|
|
|
fileInfoList.forEach(fileInfo -> fileInfo.setInfoType(Crdn.INF_TYPE).setInfoKey(crdn.getCrdnId()));
|
|
|
|
fileInfoList.forEach(fileInfo -> fileInfo.setInfoType(Crdn.INF_TYPE).setInfoKey(crdn.getCrdnId()));
|
|
|
|
int effected = fileBean.create(fileInfoList);
|
|
|
|
int effected = fileBean.create(fileInfoList);
|
|
|
|
if(effected == 0) {
|
|
|
|
if(effected == 0) {
|
|
|
|
throw new RuntimeException("단속자료 수기 등록 중 파일 등록에 실패하였습니다.");
|
|
|
|
throw new RuntimeException("단속자료 등록 중 파일 등록에 실패하였습니다.");
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|