From b47abee8e59cfb2a5af241d34b397e41eed0155a Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期四, 29 八月 2019 12:01:38 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/div' into div --- fanli/src/main/java/com/yeshi/fanli/dao/mybatis/user/UserSystemCouponGiveRecordMapper.java | 18 ++++++++++++++++++ 1 files changed, 18 insertions(+), 0 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/user/UserSystemCouponGiveRecordMapper.java b/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/user/UserSystemCouponGiveRecordMapper.java index 134200d..1b16ae4 100644 --- a/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/user/UserSystemCouponGiveRecordMapper.java +++ b/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/user/UserSystemCouponGiveRecordMapper.java @@ -25,4 +25,22 @@ * @return */ List<UserSystemCouponGiveRecord> overdueList(@Param("count") int count); + + + /** + * 璧犻�佽秴鏃舵湭棰嗗彇鐨� + * @param count + * @return + */ + List<UserSystemCouponGiveRecord> overdueListByUser(@Param("uid") Long uid); + + + + /** + * 棰嗗彇鐨刬d + * @param count + * @return + */ + UserSystemCouponGiveRecord getByReceiveId(@Param("receiveId") Long receiveId); + } \ No newline at end of file -- Gitblit v1.8.0