This commit is contained in:
parent
62f842ed08
commit
e8268be5aa
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ public class PersonFactoryBuilderV2 {
|
|||
person.setM(StringUtils.isNotBlank(nameData.getMiddleName()) ? nameData.getMiddleName() : null);
|
||||
person.setD(DATE_FORMAT.format(nameData.getBirthDate()));
|
||||
|
||||
person.setPn(getPn(passportData.getSerNum(), passportData.getIdNum()));
|
||||
person.setPn(passportData.getSerNum());
|
||||
person.setPd(DATE_FORMAT.format(LocalDate.now())); // Do not use passport iss_date. Signal service could reject the package
|
||||
person.setDt(getDt(passportData.getIdType(), passportData.getIdType2()));
|
||||
if (person.getDt() != null && person.getDt().equals("999")) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue