Merge branch 'update-feature/GEPAFINBE-6' of https://github.com/Kitzanos/GEPAFIN-BE into update-feature/GEPAFINBE-6

This commit is contained in:
rajesh
2024-08-28 12:52:41 +05:30

View File

@@ -75,6 +75,9 @@ public class EvaluationCriteriaDao {
response.setScore(entity.getScore());
response.setCreatedDate(entity.getCreatedDate());
response.setUpdatedDate(entity.getUpdatedDate());
response.setLookUpDataId(entity.getLookupData().getId());
response.setTitle(entity.getLookupData().getTitle());
response.setValue(entity.getLookupData().getValue());
return response;
}
}