Added document attachment id in application evaluation response.

This commit is contained in:
piyushkag
2024-12-09 16:33:15 +05:30
parent 3c8efcdc26
commit 69979ee4a3
3 changed files with 9 additions and 0 deletions

View File

@@ -397,6 +397,7 @@ public class ApplicationAmendmentRequestDao {
responseBean.setFilePath(documentEntity.getFilePath());
responseBean.setCreatedDate(documentEntity.getCreatedDate());
responseBean.setUpdatedDate(documentEntity.getUpdatedDate());
responseBean.setDocumentAttachmentId(documentEntity.getDocumentAttachmentId());
return responseBean;
})
.toList();