From c22963a2ee796e59094524cadc5a78c450ed98f8 Mon Sep 17 00:00:00 2001 From: yujian <yujian@123.com> Date: 星期四, 01 八月 2019 17:54:29 +0800 Subject: [PATCH] 动态分享无券 + 下架 不能分享 --- fanli/src/main/java/com/yeshi/fanli/service/inter/brand/BrandClassShopService.java | 24 +++++++++++++++--------- 1 files changed, 15 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 44f4fe7..9759bd6 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; @@ -99,4 +91,18 @@ */ public void deleteBatchByClassId(List<Long> list); + + /** + * 鏇存柊鍝佺墝鍟嗗搧 + */ + public void updateShopGoods(); + + /** + * 搴楅摵鍒楄〃 + * @param page + * @param cid + * @return + */ + public JSONObject listEffectiveCacheV2(int page, Long cid); + } -- Gitblit v1.8.0