From f4a0f2acc63d7785eab108419a4e16f5f688cb95 Mon Sep 17 00:00:00 2001 From: yujian <yujian@163.com> Date: 星期六, 18 一月 2020 12:06:27 +0800 Subject: [PATCH] 用户注册信息 --- fanli/src/main/java/com/yeshi/fanli/service/inter/user/UserSystemCouponGiveRecordService.java | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 44 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..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 @@ -33,4 +33,48 @@ */ 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 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