From 21c1c197ec0dba6da332bf4119c262267dcfb191 Mon Sep 17 00:00:00 2001
From: yujian <yujian@163.com>
Date: 星期二, 26 五月 2020 10:29:03 +0800
Subject: [PATCH] 粉丝信息同步调整

---
 fanli/src/main/java/com/yeshi/fanli/service/inter/dynamic/GoodsEvaluateService.java |   23 ++++++++++++++++++++---
 1 files changed, 20 insertions(+), 3 deletions(-)

diff --git a/fanli/src/main/java/com/yeshi/fanli/service/inter/dynamic/GoodsEvaluateService.java b/fanli/src/main/java/com/yeshi/fanli/service/inter/dynamic/GoodsEvaluateService.java
index d84c330..fe860cc 100644
--- a/fanli/src/main/java/com/yeshi/fanli/service/inter/dynamic/GoodsEvaluateService.java
+++ b/fanli/src/main/java/com/yeshi/fanli/service/inter/dynamic/GoodsEvaluateService.java
@@ -7,6 +7,7 @@
 import org.springframework.web.multipart.MultipartHttpServletRequest;
 
 import com.yeshi.fanli.dto.pdd.PDDGoodsDetail;
+import com.yeshi.fanli.dto.vip.goods.VIPGoodsInfo;
 import com.yeshi.fanli.entity.bus.activity.ActivityUser;
 import com.yeshi.fanli.entity.dynamic.CommentInfo;
 import com.yeshi.fanli.entity.dynamic.GoodsEvaluate;
@@ -43,9 +44,9 @@
 	 * @param state
 	 * @return
 	 */
-	public List<GoodsEvaluate> query(int start, int count, String key, Integer state, int dynamicType);
+	public List<GoodsEvaluate> query(int start, int count, String key, Integer state, int dynamicType, String typeEnum);
 
-	public long count(String key, Integer state,int dynamicType);
+	public long count(String key, Integer state,int dynamicType, String typeEnum);
 
 	
 	/**
@@ -92,7 +93,7 @@
 	public void saveCurrencyCoupon(String pid, int kind, CommentInfo commentInfo) throws GoodsEvaluateException, Exception;
 
 
-	public void saveActivityPic(String pid, ImgInfo imgInfo, MultipartHttpServletRequest fileRequest)
+	public void saveActivityPic(String pid, ImgInfo imgInfo, String picUrls, MultipartHttpServletRequest fileRequest)
 			throws GoodsEvaluateException, Exception;
 
 
@@ -153,6 +154,9 @@
 
 
 	public void updatePDDGoods(PDDGoodsDetail pddGoods);
+	
+	
+	public void updateVIPGoods(VIPGoodsInfo goods);
 
 
 	public void addRanDomShareCount();
@@ -166,5 +170,18 @@
 	 */
 	public void addGoodsEvaluate(Long goodsId,List<ImgInfo> imgList, ActivityUser user, String title,String comment,Date startTime) throws GoodsEvaluateException;
 
+	
+	/**
+	 * 涓嬫灦鍟嗗搧
+	 * @param goodsId
+	 */
+	public void offlineTaoBaoGoods(Long goodsId);
+
+	/**
+	 * 鐘舵�佸垏鎹�
+	 * @param id
+	 * @throws GoodsEvaluateException
+	 */
+	public void switchState(String id) throws GoodsEvaluateException;
 
 }

--
Gitblit v1.8.0