source names are unique
This commit is contained in:
@@ -47,7 +47,6 @@ public interface MarketItemRepository extends MongoRepository<MarketItem, String
|
||||
/**
|
||||
* Получить все уникальные названия источников
|
||||
*/
|
||||
@Query(value = "{}", fields = "{'sourceName': 1}")
|
||||
List<String> findDistinctSourceNames();
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user