From 3672aec5bf6c2c6da4cb7ab4a8b5f314a22c5831 Mon Sep 17 00:00:00 2001
From: yujian <yujian@123.com>
Date: 星期一, 19 八月 2019 17:32:00 +0800
Subject: [PATCH] 退回淘礼金

---
 fanli/src/main/java/com/yeshi/fanli/service/inter/user/UserSystemCouponService.java |   30 ++++++++++++++++++++++++++++--
 1 files changed, 28 insertions(+), 2 deletions(-)

diff --git a/fanli/src/main/java/com/yeshi/fanli/service/inter/user/UserSystemCouponService.java b/fanli/src/main/java/com/yeshi/fanli/service/inter/user/UserSystemCouponService.java
index 34652bc..5c7373f 100644
--- a/fanli/src/main/java/com/yeshi/fanli/service/inter/user/UserSystemCouponService.java
+++ b/fanli/src/main/java/com/yeshi/fanli/service/inter/user/UserSystemCouponService.java
@@ -212,11 +212,37 @@
 	 * @param source
 	 * @throws UserSystemCouponException
 	 */
-	public void exchangeCoupon(Long uid, String couponType, String source, boolean give,
+	public void exchangeCoupon(Long uid, String couponType, String source,
 			BigDecimal percent) throws UserSystemCouponException, Exception;
 
 	
-	
+	/**
+	 * 鍒稿垪琛� 1.6.5
+	 * @param start
+	 * @param count
+	 * @param uid
+	 * @return
+	 * @throws UserSystemCouponException
+	 * @throws Exception
+	 */
 	public List<UserSystemCouponVO> getCouponList(long start, int count, Long uid) throws UserSystemCouponException, Exception;
 
+	
+	/**
+	 * 璧犻�佸埜鐢熸垚鍙d护
+	 * @param uid
+	 * @param id
+	 * @return
+	 * @throws UserSystemCouponException
+	 */
+	public String giveCoupon(Long uid, Long id) throws UserSystemCouponException;
+
+	/**
+	 * 鏇存柊璧犻�佽褰�
+	 * @param uid
+	 * @param id
+	 * @param couponType
+	 */
+	public void updateGiveRecord(Long uid, Long id, String couponType);
+
 }

--
Gitblit v1.8.0