Updated application evaluation code

This commit is contained in:
rajesh
2024-12-13 15:11:24 +05:30
parent afc7934f58
commit f6a6c6398a
6 changed files with 4 additions and 34 deletions

View File

@@ -580,7 +580,9 @@ public class ApplicationEvaluationDao {
// Fetch all amendment request entities associated with the evaluation ID
List<ApplicationAmendmentRequestEntity> applicationAmendmentRequestEntities =
applicationAmendmentRequestRepository.findAllByApplicationEvaluationIdAndIsDeletedFalse(entity.getId());
if(req.getEvaluationDocument()!=null) {
updateApplicationEvaluation(assignedApplicationId, req.getEvaluationDocument());
}
// Fetch amendment details from the request
if(req.getAmendmentDetails()!=null) {
List<AmendmentDetailsRequest> amendmentDetailsRequests = req.getAmendmentDetails();