Done ticket GEPAFINBE-221

This commit is contained in:
nisha
2025-05-28 14:02:00 +05:30
committed by rajesh
parent d0bdeb3081
commit 34f26fe446
9 changed files with 31 additions and 16 deletions

View File

@@ -277,7 +277,7 @@ public class CallDao {
criteriaEntity = new EvaluationCriteriaEntity();
criteriaEntity.setCall(callEntity);
criteriaEntity.setLookupData(lookupDataEntity);
criteriaEntity.setScore(0L);
criteriaEntity.setScore(BigDecimal.ZERO);
criteriaEntity.setIsDeleted(false);
actionType = VersionActionTypeEnum.INSERT;
}