From 671a0b04e156bdb00e2eda3082bef87934bceeb3 Mon Sep 17 00:00:00 2001 From: yujian <yujian> Date: 星期一, 15 四月 2019 15:22:23 +0800 Subject: [PATCH] 后端订单统计 队友关系bug优化 --- fanli/src/main/java/com/yeshi/fanli/service/inter/user/UserSystemCouponService.java | 28 +++++++++++++++++++++++++++- 1 files changed, 27 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..eaf216f 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,31 @@ * @throws Exception */ public void copyLotteryPrize(Long uid, int platform, String device) throws Exception; + + + /** + * 棰嗗彇鍒� + * @param uid + * @throws Exception + */ + public void receivedCoupon(Long uid) 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