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())
|
||||
.birthDate(cachedRecord.getBirthDt())
|
||||
.build();
|
||||
subjectProfile.setFid(cachedRecord.getFid());
|
||||
subjectProfile.setNameData(nameData);
|
||||
|
||||
Optional.of(cachedRecord)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue