From 3ce9e928e082ff8abf697dba560cbfbb412e89f8 Mon Sep 17 00:00:00 2001
From: yujian <yujian@123.com>
Date: 星期一, 11 十一月 2019 15:45:02 +0800
Subject: [PATCH] 商城后台编辑

---
 fanli/src/main/java/com/yeshi/fanli/service/inter/user/UserSystemCouponGiveRecordService.java |   15 ++++++++++++++-
 1 files changed, 14 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..28b1b50 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,19 @@
 	 * @param count
 	 * @return
 	 */
-	UserSystemCouponGiveRecord getByReceiveId(Long receiveId);
+	public UserSystemCouponGiveRecord getByReceiveId(Long receiveId);
+
+	
+	/**
+	 * 鏌ヨ璧犻�佽褰�
+	 * @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