Resolved conflicts while syncing with the master branch

This commit is contained in:
rajesh
2024-12-20 11:30:49 +05:30
5 changed files with 13 additions and 7 deletions

View File

@@ -1805,6 +1805,7 @@ public class ApplicationEvaluationDao {
.orElseThrow(() -> new ResourceNotFoundException(Status.NOT_FOUND,
Translator.toLocale(GepafinConstant.APPLICATION_EVALUATION_NOT_FOUND)));
}
public ApplicationEvaluationResponse updateApplicationEvaluation(
Long assignedApplicationId,
List<EvaluationDocumentRequest> docRequest) {