From 1e92eff67b997263ecefa255c63eb6641c47b57f Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期五, 14 六月 2019 10:22:33 +0800 Subject: [PATCH] 设备消息BUG解决,品牌 --- fanli/src/main/java/com/yeshi/fanli/service/inter/user/UserSystemCouponService.java | 34 +++++++++++++++++++++++++++++++--- 1 files changed, 31 insertions(+), 3 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 ca545de..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; /** * 缁熻鏁伴噺 @@ -71,7 +71,7 @@ * @throws UserSystemCouponException * @throws Exception */ - public List<UserSystemCouponVO> getGoodsCouponList(Long uid) throws UserSystemCouponException, Exception; + public List<UserSystemCouponVO> getGoodsCouponList(Long uid, Long auctionId) throws UserSystemCouponException, Exception; /** * 鏇存柊鍒镐娇鐢ㄨ褰� @@ -151,7 +151,7 @@ * 婵�娲荤鍒╁厤鍗曞埜 * @param uid */ - public void activatedWelfareFreeCoupon(Long uid); + public void activatedWelfareFreeCoupon(Long uid, String from); /** * 鏇存柊鍒歌褰� 鈥斺�斿尮閰嶅厤鍗曞埜 @@ -176,5 +176,33 @@ * @throws Exception */ public void updateStateByArrivalAccount(String orderNo) throws Exception; + + /** + * 棰嗗彇鏈櫥褰曟椂宸叉娊濂栫殑绀煎搧 + * @param uid + * @param platform + * @param device + * @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