From 24a8d17e007545f7426c48352109aa1a9c6587ee Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期三, 06 五月 2020 12:02:09 +0800
Subject: [PATCH] IOS上线隐藏我的界面的banner与超级会员升级信息

---
 fanli/src/main/java/com/yeshi/fanli/service/inter/dynamic/GoodsEvaluateService.java |   16 +++++++++++++---
 1 files changed, 13 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 a8d0c7d..3a974d3 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
@@ -133,11 +133,8 @@
 	public long countValidMaterials(int type);
 
 
-	public void saveGoodsCoupon(String pid, String content) throws GoodsEvaluateException, Exception;
-
 
 	public void release(String id) throws GoodsEvaluateException;
-
 
 
 	public void saveGoodsComment(String id, int kind, List<CommentInfo> comments) throws GoodsEvaluateException, Exception;
@@ -169,5 +166,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