Added name in document response
This commit is contained in:
@@ -281,7 +281,7 @@ public class CompanyDocumentDao {
|
|||||||
|
|
||||||
DocumentEntity entity = new DocumentEntity();
|
DocumentEntity entity = new DocumentEntity();
|
||||||
entity.setFilePath(fileUrl);
|
entity.setFilePath(fileUrl);
|
||||||
entity.setFileName(companyDocumentEntity.getFileName());
|
entity.setFileName(companyDocumentEntity.getName());
|
||||||
entity.setSource(DocumentSourceTypeEnum.APPLICATION.getValue());
|
entity.setSource(DocumentSourceTypeEnum.APPLICATION.getValue());
|
||||||
entity.setType(documentTypeEnum.getValue());
|
entity.setType(documentTypeEnum.getValue());
|
||||||
entity.setSourceId(applicationId);
|
entity.setSourceId(applicationId);
|
||||||
|
|||||||
Reference in New Issue
Block a user