@@ -17,5 +17,6 @@ public interface TbCfStationItemRepository extends PagingAndSortingRepository<Tb
@Query(value="select a from #{#entityName} a WHERE a.itemId <> :itemId and (a.itemDescritionId = :descriptionId or a.itemCategorytwo = :categoryTwo or a.itemCategory = :category )")