Skip to content

Commit

Permalink
Community changes (PSMRI#144)
Browse files Browse the repository at this point in the history
* missed file

* FieldName Patching

* Null Conditions added

* Update beneficiary

* update

* Update

* community changes
  • Loading branch information
ravishanigarapu authored Dec 13, 2024
1 parent 6640007 commit 98dc01f
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,9 @@ public String save(BeneficiaryModel beneficiaryModel, HttpServletRequest servlet
// logger.info("benificiaryDetails: " + beneficiaryModel);

CommonIdentityDTO identityDTO = identityMapper.beneficiaryModelCommonIdentityDTO(beneficiaryModel);
if(null != beneficiaryModel.getI_bendemographics()) {
identityDTO.setCommunity(beneficiaryModel.getI_bendemographics().getCommunityName());
}
// identityDTO.setOtherFields(beneficiaryModel.getOtherFields());
identityDTO.setFaceEmbedding(beneficiaryModel.getFaceEmbedding());
identityDTO.setEmergencyRegistration(beneficiaryModel.isEmergencyRegistration());
Expand Down

0 comments on commit 98dc01f

Please sign in to comment.