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