Skip to content

Commit

Permalink
Update EsProductRepository.java
Browse files Browse the repository at this point in the history
  • Loading branch information
macrozheng committed Oct 16, 2020
1 parent bf4c851 commit 77317d5
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import org.springframework.data.elasticsearch.repository.ElasticsearchRepository;

/**
* 商品ES操作类
* 搜索商品ES操作类
* Created by macro on 2018/6/19.
*/
public interface EsProductRepository extends ElasticsearchRepository<EsProduct, Long> {
Expand All @@ -17,7 +17,6 @@ public interface EsProductRepository extends ElasticsearchRepository<EsProduct,
* @param subTitle 商品标题
* @param keywords 商品关键字
* @param page 分页信息
* @return
*/
Page<EsProduct> findByNameOrSubTitleOrKeywords(String name, String subTitle, String keywords,Pageable page);

Expand Down

0 comments on commit 77317d5

Please sign in to comment.