|
|
|
|
@ -186,7 +186,7 @@ public class OwnerCloseWithin31Checker extends AbstractComparisonChecker {
|
|
|
|
|
log.info("[내사종결-명의이전] Step 4 결과 - 소유자명: {}", step4OwnerName);
|
|
|
|
|
|
|
|
|
|
// 검사기간내 명의변경 소유자와 검사일의 소유자가 같냐
|
|
|
|
|
if (step4OwnerName == null || step4RprsvOwnrIdecno.contains(step1RprsvOwnrIdecno)) {
|
|
|
|
|
if (step4OwnerName == null || !step4RprsvOwnrIdecno.contains(step1RprsvOwnrIdecno)) {
|
|
|
|
|
log.debug("[내사종결-명의이전] 명의이전 전 소유자가 상품용 - Step4 소유자명: {}", step4OwnerName);
|
|
|
|
|
return null;
|
|
|
|
|
}
|
|
|
|
|
|