@@ -83,7 +83,7 @@ public interface ImageSimilarityRepository
|
|||||||
nativeQuery = true)
|
nativeQuery = true)
|
||||||
List<SimilarImageProjection> findCandidatesFromUserFiles(
|
List<SimilarImageProjection> findCandidatesFromUserFiles(
|
||||||
@Param("fileId") String fileId,
|
@Param("fileId") String fileId,
|
||||||
@Param("userId") Set<Long> userIds
|
@Param("userIds") Set<Long> userIds
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user