From 207dc8655711cddac2653e18b51e58a88dba2084 Mon Sep 17 00:00:00 2001
From: yj <Administrator@192>
Date: 星期五, 06 三月 2020 18:14:36 +0800
Subject: [PATCH] 发圈处理

---
 fanli/src/main/java/com/yeshi/fanli/service/inter/brand/BrandShopCaheService.java |   16 ++++++++++++++--
 1 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/fanli/src/main/java/com/yeshi/fanli/service/inter/brand/BrandShopCaheService.java b/fanli/src/main/java/com/yeshi/fanli/service/inter/brand/BrandShopCaheService.java
index 6651636..3912ad1 100644
--- a/fanli/src/main/java/com/yeshi/fanli/service/inter/brand/BrandShopCaheService.java
+++ b/fanli/src/main/java/com/yeshi/fanli/service/inter/brand/BrandShopCaheService.java
@@ -1,5 +1,6 @@
 package com.yeshi.fanli.service.inter.brand;
 
+import java.util.Date;
 import java.util.List;
 
 import com.yeshi.fanli.dto.jd.JDShopInfo;
@@ -28,7 +29,7 @@
 	 * @param auctionId
 	 * @param sellerId
 	 */
-	public boolean addBrandShopTB(Long brandId, Long auctionId, Long sellerId);
+	public boolean addBrandShopTB(BrandInfo brandInfo, Long auctionId, Long sellerId);
 
 	/**
 	 * 娣诲姞浜笢搴楅摵淇℃伅
@@ -41,6 +42,17 @@
 	 * 娣诲姞鎷煎澶氬簵閾�
 	 * @param brandInfo
 	 */
-	public void addBrandShopPDD(BrandInfo brandInfo);
+	public int addBrandShopPDD(BrandInfo brandInfo);
+
+	/**
+	 * 鍒犻櫎涔嬪墠鐨�
+	 * @param createTime
+	 */
+	public void removeAgoByDate(Date createTime);
+	
+	
+	public void removeByBrandId(Long brandId);
+
+	public void removeByDateAndType(Long brandId, int type, Date date);
 
 }

--
Gitblit v1.8.0