|
|
|
|
@ -99,7 +99,7 @@ public class ComparisonServiceImpl extends EgovAbstractServiceImpl implements Co
|
|
|
|
|
* • 현재 주석처리 CHG_YMD가 검사일 이전일자 중 가장 마지막 일자
|
|
|
|
|
* • CHG_TASK_SE_CD == "11" (명의이전)
|
|
|
|
|
* - 3단계: 4번 API 조회 소유자명 == 1번 API 조회 소유자명
|
|
|
|
|
* - 4단계 현재 주석처리 : CHG_YMD >= 유효기간만료일 && CHG_YMD <= 검사종료일자
|
|
|
|
|
* - 4단계 현재 주석처리 : CHG_YMD >= 유효기간만료일 && CHG_YMD <= 검사종료일자, 현재 주석처리
|
|
|
|
|
* CHG_YMD가 검사일 이전일자 중 가장 마지막 일자, 4단계 2개의 조건은 주석처리
|
|
|
|
|
*
|
|
|
|
|
* @param existingData 과태료 대상 데이터
|
|
|
|
|
@ -265,7 +265,7 @@ public class ComparisonServiceImpl extends EgovAbstractServiceImpl implements Co
|
|
|
|
|
targetChgYmd, vldPrdExpryYmd, inspEndYmd);
|
|
|
|
|
return null;
|
|
|
|
|
}
|
|
|
|
|
*/
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
log.info("[상품용] 모든 조건 충족! 차량번호: {}, 변경일자: {}", vhclno, targetChgYmd);
|
|
|
|
|
|
|
|
|
|
@ -531,8 +531,8 @@ public class ComparisonServiceImpl extends EgovAbstractServiceImpl implements Co
|
|
|
|
|
sb.append("\n■ 갑부 상세 (명의이전 이력)\n");
|
|
|
|
|
sb.append(" - 변경일자: ").append(DateUtil.formatDateString(ledgerRecord.getChgYmd())).append("\n");
|
|
|
|
|
sb.append(" - 변경업무코드: ").append(nvl(ledgerRecord.getChgTaskSeCd())).append("\n");
|
|
|
|
|
sb.append(" - 변경업무명: ").append(nvl(ledgerRecord.getChgTaskSeNm())).append("\n");
|
|
|
|
|
sb.append(" - 접수번호: ").append(nvl(ledgerRecord.getAplyRcptNo())).append("\n");
|
|
|
|
|
//sb.append(" - 변경업무명: ").append(nvl(ledgerRecord.getChgTaskSeNm())).append("\n");
|
|
|
|
|
//sb.append(" - 접수번호: ").append(nvl(ledgerRecord.getAplyRcptNo())).append("\n");
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
// 4. 비교 기간
|
|
|
|
|
|