This commit is contained in:
parent
1cc1695b65
commit
9838eb1541
1 changed files with 1 additions and 0 deletions
|
|
@ -110,6 +110,7 @@ public class FidNameEnricher implements Handler<SubjectPayload, SubjectPayload>
|
||||||
.lastName(cachedRecord.getName1())
|
.lastName(cachedRecord.getName1())
|
||||||
.birthDate(cachedRecord.getBirthDt())
|
.birthDate(cachedRecord.getBirthDt())
|
||||||
.build();
|
.build();
|
||||||
|
subjectProfile.setFid(cachedRecord.getFid());
|
||||||
subjectProfile.setNameData(nameData);
|
subjectProfile.setNameData(nameData);
|
||||||
|
|
||||||
Optional.of(cachedRecord)
|
Optional.of(cachedRecord)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue