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 |   30 +++++++++++++++++++++---------
 1 files changed, 21 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..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;
 	
 	
@@ -92,5 +84,25 @@
 	 * @param shopId
 	 */
 	public void addClick(Long shopId);
+
+	/**
+	 * 鏍规嵁鍒嗙被id杩涜鍒犻櫎
+	 * @param list
+	 */
+	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