Resolved conflicts while sync with master

This commit is contained in:
rajesh
2025-06-20 13:27:33 +05:30
4 changed files with 8 additions and 2 deletions

View File

@@ -2592,7 +2592,7 @@ public class ApplicationEvaluationDao {
return totalScore;
}
catch (Exception e) {
log.error(" Error parsing criteria JSON: {}", e.getMessage());
log.error("Error parsing criteria JSON. Input: {}. Exception: {}", criteriaJson, e.getMessage(), e);
return BigDecimal.ZERO;
}
}