From 3824cbcaec6e6c67418d5280a53e9c2fedeef6f9 Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期四, 11 七月 2019 16:34:13 +0800 Subject: [PATCH] 订单bug,分享爆款自购修改 --- 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