Updated code for evaluation-v2(call)
This commit is contained in:
@@ -9,7 +9,7 @@ import java.util.List;
|
||||
@Repository
|
||||
public interface EvalualtionFormRepository extends JpaRepository<EvaluationFormEntity,Long> {
|
||||
|
||||
List<EvaluationFormEntity> findByCallIdAndIsDeletedFalse(Long callId);
|
||||
EvaluationFormEntity findByCallIdAndIsDeletedFalse(Long callId);
|
||||
EvaluationFormEntity findByIdAndIsDeletedFalse(Long formId);
|
||||
List<EvaluationFormEntity> findByIdInAndIsDeletedFalse(List<Long> evaluationFormId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user