From fe879975a3e8a0a1aa280fb839e02d159bfbcff8 Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期二, 27 八月 2019 18:04:38 +0800 Subject: [PATCH] 金币任务多次获取bug修改 --- 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