Updated Logic for Retrieving Previous Form
This commit is contained in:
@@ -10,4 +10,6 @@ import java.util.List;
|
||||
public interface FormRepository extends JpaRepository<FormEntity,Long> {
|
||||
|
||||
List<FormEntity> findByCallId(Long callId);
|
||||
|
||||
List<FormEntity> findByIdIn(List<Long> formId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user