Added name in document response

This commit is contained in:
rajesh
2025-03-11 16:47:52 +05:30
parent e261d28dcb
commit a78a3bcca6

View File

@@ -281,7 +281,7 @@ public class CompanyDocumentDao {
DocumentEntity entity = new DocumentEntity();
entity.setFilePath(fileUrl);
entity.setFileName(companyDocumentEntity.getFileName());
entity.setFileName(companyDocumentEntity.getName());
entity.setSource(DocumentSourceTypeEnum.APPLICATION.getValue());
entity.setType(documentTypeEnum.getValue());
entity.setSourceId(applicationId);