From 573c491b4a1ba60e12a5678a01c1546c0077c1ee Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期二, 30 七月 2019 09:07:42 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- fanli/src/main/java/com/yeshi/fanli/service/inter/brand/BrandClassShopService.java | 22 +++++++++++++--------- 1 files changed, 13 insertions(+), 9 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/service/inter/brand/BrandClassShopService.java b/fanli/src/main/java/com/yeshi/fanli/service/inter/brand/BrandClassShopService.java index c086f11..0bd8287 100644 --- a/fanli/src/main/java/com/yeshi/fanli/service/inter/brand/BrandClassShopService.java +++ b/fanli/src/main/java/com/yeshi/fanli/service/inter/brand/BrandClassShopService.java @@ -17,14 +17,6 @@ */ public interface BrandClassShopService { - /** - * 鏌ヨ鏈夋晥鍒嗙被 - * - * @return - */ - public List<BrandClassShop> listEffective(long start, int count, Long cid); - - public long countEffective(Long cid); /** * 鏄惁瀛樺湪 @@ -63,7 +55,7 @@ * @param state * @throws BrandClassShopException */ - public void changeShopInfo(MultipartFile file, Long id, Long cid, String shopName, Integer state, Integer top) + public void changeShopInfo(MultipartFile file, Long id, Long cid, String shopName, Integer state, Integer top,String key) throws BrandClassShopException; @@ -92,5 +84,17 @@ * @param shopId */ public void addClick(Long shopId); + + /** + * 鏍规嵁鍒嗙被id杩涜鍒犻櫎 + * @param list + */ + public void deleteBatchByClassId(List<Long> list); + + + /** + * 鏇存柊鍝佺墝鍟嗗搧 + */ + public void updateShopGoods(); } -- Gitblit v1.8.0