@@ -61,4 +61,6 @@ public interface FileEntityRepository extends JpaRepository<FileEntity, String>
|
||||
|
||||
@Query("SELECT MAX(f.supportId) FROM FileEntity f")
|
||||
Integer findMaxSupportId();
|
||||
|
||||
List<FileEntity> findByThumbnailPathIsNull();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user