From c007868c62c7da5c9ce1bf0e77d9e5f8619826e4 Mon Sep 17 00:00:00 2001 From: yujian <yujian@123.com> Date: 星期三, 12 六月 2019 12:24:09 +0800 Subject: [PATCH] 查询默认有效调整 --- fanli/src/main/java/com/yeshi/fanli/service/inter/taobao/TaoBaoShopService.java | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/service/inter/taobao/TaoBaoShopService.java b/fanli/src/main/java/com/yeshi/fanli/service/inter/taobao/TaoBaoShopService.java index 5af8bea..1ed5859 100644 --- a/fanli/src/main/java/com/yeshi/fanli/service/inter/taobao/TaoBaoShopService.java +++ b/fanli/src/main/java/com/yeshi/fanli/service/inter/taobao/TaoBaoShopService.java @@ -59,5 +59,12 @@ */ public List<TaoBaoShopVO> listBrandShopinfo(long start, int count, Long cid); - long countBrandShopinfo(Long cid); + public long countBrandShopinfo(Long cid); + + /** + * 鏍规嵁搴楅摵鎼滅储鍏抽敭璇嶆煡鎵� + * @param key + * @return + */ + public List<TaoBaoShopVO> getShopByKey(String key); } -- Gitblit v1.8.0