From 48934b8c3da5a6791d0805ff0c1d327da834cc2d Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期一, 29 六月 2020 16:39:18 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/div' into div

---
 fanli/src/main/java/com/yeshi/fanli/service/inter/user/UserSystemCouponService.java |   10 ++++------
 1 files changed, 4 insertions(+), 6 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 8dc719a..23107a4 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
@@ -138,23 +138,21 @@
 	 * @return           鍏嶅崟鎴愬姛 true 
 	 * @throws Exception
 	 */
-	public boolean updateCouponRecordUsed(Long uid, String orderNo, BigDecimal payment, Long auctionId) throws  Exception;
+	public boolean updateCouponRecordUsed(Long uid, String orderNo, BigDecimal payment,
+			Long auctionId  , Integer sourceType) throws  Exception;
 
 	/**
 	 * 璁㈠崟閫�娆炬洿鏂� 鍒歌褰曠姸鎬佸苟閫�鍥炲埜
 	 * @param orderNo
 	 */
-	public void updateStateByDrawback(String orderNo) throws Exception;
+	public void updateStateByDrawback(String orderNo, Integer sourceType) throws Exception;
 
 	/**
 	 * 绾㈠寘鍒拌处 -- 鏇存柊鍒镐娇鐢ㄧ姸鎬� -鏀逛负浣跨敤鎴愬姛
 	 * @param orderNo
 	 * @throws Exception
 	 */
-	public void updateStateByArrivalAccount(String orderNo) throws Exception;
-
-
-	
+	public void updateStateByArrivalAccount(String orderNo, Integer sourceType) throws Exception;
 
 	/**
 	 * 缁熻浠婃棩鎶藉涓殑鍒告暟閲�

--
Gitblit v1.8.0