From 6d33f770806ef059629b94cf74cb48a09b86502c Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期五, 11 十月 2019 10:54:18 +0800
Subject: [PATCH] 抖音修改,饿了么初步集成,唯品会初步集成

---
 fanli/src/main/java/com/yeshi/fanli/service/inter/user/UserSystemCouponGiveRecordService.java |   36 ++++++++++++++++++++++++++++++++++++
 1 files changed, 36 insertions(+), 0 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 b3938e7..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
@@ -33,4 +33,40 @@
 	 */
 	public List<UserSystemCouponGiveRecord> overdueList(int count);
 
+	
+	/**
+	 * id鏌ヨ
+	 * @param id
+	 * @return
+	 */
+	public UserSystemCouponGiveRecord selectByPrimaryKey(Long id);
+
+	/**
+	 * 璧犻�侀渶閫�鍥�
+	 * @param uid
+	 * @return
+	 */
+	public List<UserSystemCouponGiveRecord> overdueListByUser(Long uid);
+	
+	
+	/**
+	 * 棰嗗彇鐨刬d
+	 * @param count
+	 * @return
+	 */
+	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