From b9f8ef2c4737b6e6be4b12fc8f7bafb033bfcfe5 Mon Sep 17 00:00:00 2001
From: admin <2780501319@qq.com>
Date: 星期日, 22 九月 2019 16:47:33 +0800
Subject: [PATCH] 金币BUG修改
---
fanli/src/main/java/com/yeshi/fanli/service/inter/brand/BrandClassShopService.java | 54 +++++++++++++++++++++++++++++++++++++++++++++---------
1 files changed, 45 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..3d58141 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
@@ -5,7 +5,9 @@
import org.springframework.web.multipart.MultipartFile;
import com.yeshi.fanli.entity.brand.BrandClassShop;
+import com.yeshi.fanli.entity.taobao.TaoBaoShop;
import com.yeshi.fanli.exception.brand.BrandClassShopException;
+import com.yeshi.fanli.vo.brand.TaoBaoShopVO;
import net.sf.json.JSONObject;
@@ -17,14 +19,6 @@
*/
public interface BrandClassShopService {
- /**
- * 鏌ヨ鏈夋晥鍒嗙被
- *
- * @return
- */
- public List<BrandClassShop> listEffective(long start, int count, Long cid);
-
- public long countEffective(Long cid);
/**
* 鏄惁瀛樺湪
@@ -63,7 +57,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 +86,47 @@
* @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);
+
+
+ /**
+ * 鍏煎2.0
+ * @param start
+ * @param count
+ * @param cid
+ * @return
+ */
+ public List<TaoBaoShopVO> listEffectiveShop(long start, int count, Long cid);
+
+
+
+ public long countBrandShopinfo(Long cid);
+
+
+ /**
+ * 鍒嗙被涓嬪簵閾�
+ * @param cid
+ * @return
+ */
+ public List<TaoBaoShop> listEffectiveClassShop(Long cid);
}
--
Gitblit v1.8.0