From a1a2cf7535373390f7cb29fb4e7c4f7a22a0a915 Mon Sep 17 00:00:00 2001
From: Administrator <Administrator@MS-20170306HGUF>
Date: 星期六, 22 二月 2020 18:38:57 +0800
Subject: [PATCH] 动态发圈-素材

---
 fanli/src/main/java/com/yeshi/fanli/service/inter/user/UserSystemCouponGiveRecordService.java |   23 ++++++++++++++++++++++-
 1 files changed, 22 insertions(+), 1 deletions(-)

diff --git a/fanli/src/main/java/com/yeshi/fanli/service/inter/user/UserSystemCouponGiveRecordService.java b/fanli/src/main/java/com/yeshi/fanli/service/inter/user/UserSystemCouponGiveRecordService.java
index 0d8b6ba..95cca83 100644
--- a/fanli/src/main/java/com/yeshi/fanli/service/inter/user/UserSystemCouponGiveRecordService.java
+++ b/fanli/src/main/java/com/yeshi/fanli/service/inter/user/UserSystemCouponGiveRecordService.java
@@ -54,6 +54,27 @@
 	 * @param count
 	 * @return
 	 */
-	UserSystemCouponGiveRecord getByReceiveId(Long receiveId);
+	public UserSystemCouponGiveRecord getByReceiveId(Long receiveId);
+	
+	/**
+	 * 鏌ヨ鍒歌禒閫佷俊鎭�
+	 * @param couponId
+	 * @return
+	 */
+	public UserSystemCouponGiveRecord getByCouponId(Long couponId);
+
+
+	
+	/**
+	 * 鏌ヨ璧犻�佽褰�
+	 * @param start
+	 * @param count
+	 * @param type
+	 * @param state
+	 * @return
+	 */
+	public List<UserSystemCouponGiveRecord> listGiveRecord(long start, int count, String type, Integer state);
+
+	public long countGiveRecord(String type, Integer state);
 
 }

--
Gitblit v1.8.0