|
|
@ -209,7 +209,7 @@ public class ImportBean extends AbstractComponent {
|
|
|
|
CrdnCvlcpt cvlcpt = new CrdnCvlcpt();
|
|
|
|
CrdnCvlcpt cvlcpt = new CrdnCvlcpt();
|
|
|
|
|
|
|
|
|
|
|
|
cvlcpt.setCvlcptLinkId(petition.getInterfaceSeqN());
|
|
|
|
cvlcpt.setCvlcptLinkId(petition.getInterfaceSeqN());
|
|
|
|
cvlcpt.setDstrbncYn("03".equals(violation.getCode()) ? "Y" : "N");
|
|
|
|
cvlcpt.setDstrbncYn("N");
|
|
|
|
String rcptYmd = parseDate.apply(petition.getAncRegD());
|
|
|
|
String rcptYmd = parseDate.apply(petition.getAncRegD());
|
|
|
|
if (rcptYmd != null && rcptYmd.length() >= 8)
|
|
|
|
if (rcptYmd != null && rcptYmd.length() >= 8)
|
|
|
|
cvlcpt.setCvlcptRcptYmd(rcptYmd.substring(0, 8));
|
|
|
|
cvlcpt.setCvlcptRcptYmd(rcptYmd.substring(0, 8));
|
|
|
|