From 5bd2eab496e194dd6c5a6aed57a5e1d5d5746b87 Mon Sep 17 00:00:00 2001 From: yujian <yujian@123.com> Date: 星期三, 17 七月 2019 16:50:12 +0800 Subject: [PATCH] 账户等级福利-收回时间改为30天收回;红包扣除消息模板改备注:未被领取或领取后未使用部分退回 --- fanli/src/main/java/com/yeshi/fanli/service/inter/user/UserSystemCouponService.java | 21 ++++++++++++++++++++- 1 files changed, 20 insertions(+), 1 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/service/inter/user/UserSystemCouponService.java b/fanli/src/main/java/com/yeshi/fanli/service/inter/user/UserSystemCouponService.java index 740c510..3d1a762 100644 --- a/fanli/src/main/java/com/yeshi/fanli/service/inter/user/UserSystemCouponService.java +++ b/fanli/src/main/java/com/yeshi/fanli/service/inter/user/UserSystemCouponService.java @@ -35,7 +35,7 @@ * @param uid * @return */ - public List<UserSystemCouponVO> getUserCouponVOList(long start, int count, Long uid) throws UserSystemCouponException, Exception; + public List<UserSystemCouponVO> getUserCouponVOList(long start, int count, Long uid, boolean changeJump ) throws UserSystemCouponException, Exception; /** * 缁熻鏁伴噺 @@ -185,5 +185,24 @@ * @throws Exception */ public void copyLotteryPrize(Long uid, int platform, String device) throws Exception; + + + /** + * 缁熻浠婃棩鎶藉涓殑鍒告暟閲� + * @param uid + * @param source + * @return + */ + public int countTodatyUserCouponBySource(Long uid, String source); + + /** + * 闅忔満鐢熸垚濂栧姳鍒� + * @param num + * @param uid + * @param source + * @throws Exception + */ + public void randomRewardCoupon(int num, Long uid, String source) throws Exception; + } -- Gitblit v1.8.0