Done task GEPAFINBE-6311 Implemented upload application company document flow
This commit is contained in:
@@ -115,6 +115,9 @@ public class ApplicationEvaluationDao {
|
||||
@Autowired
|
||||
private ApplicationAmendmentRequestDao applicationAmendmentRequestDao;
|
||||
|
||||
@Autowired
|
||||
private CompanyDocumentDao companyDocumentDao;
|
||||
|
||||
@Autowired
|
||||
private HubService hubService;
|
||||
|
||||
@@ -215,6 +218,9 @@ public class ApplicationEvaluationDao {
|
||||
setEvaluationDocResponse(response, allDocs);
|
||||
setApplicationDetails(response, entity);
|
||||
setRejectedDocuments(applicationEntity, response);
|
||||
response.setApplicationCompanyDocuments(
|
||||
companyDocumentDao.listApplicationCompanyDocumentsForEvaluation(
|
||||
entity.getApplicationId(), applicationEntity.getCompanyId()));
|
||||
|
||||
return response;
|
||||
}
|
||||
@@ -2407,6 +2413,7 @@ public class ApplicationEvaluationDao {
|
||||
response.setAmountAccepted(applicationEvaluationResponse.getAmountAccepted());
|
||||
response.setDateAccepted(applicationEvaluationResponse.getDateAccepted());
|
||||
response.setDateRejected(applicationEvaluationResponse.getDateRejected());
|
||||
response.setApplicationCompanyDocuments(applicationEvaluationResponse.getApplicationCompanyDocuments());
|
||||
|
||||
return response;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user