From 69bee82b81626b82b7f39f0e459e4f56b1699b51 Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期三, 13 三月 2019 12:02:16 +0800 Subject: [PATCH] 正式数据库修改 --- fanli/src/main/java/com/yeshi/fanli/service/inter/user/UserSystemCouponService.java | 30 ++++++++++++++++++++++++++++-- 1 files changed, 28 insertions(+), 2 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..039d972 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 @@ -4,6 +4,7 @@ import java.util.List; import com.yeshi.fanli.entity.bus.user.UserSystemCoupon; +import com.yeshi.fanli.entity.push.PushCoupon; import com.yeshi.fanli.entity.system.SystemCoupon; import com.yeshi.fanli.exception.user.UserSystemCouponException; import com.yeshi.fanli.vo.user.UserSystemCouponRecordVO; @@ -71,7 +72,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 +152,7 @@ * 婵�娲荤鍒╁厤鍗曞埜 * @param uid */ - public void activatedWelfareFreeCoupon(Long uid); + public void activatedWelfareFreeCoupon(Long uid, String from); /** * 鏇存柊鍒歌褰� 鈥斺�斿尮閰嶅厤鍗曞埜 @@ -176,5 +177,30 @@ * @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 + * @throws Exception + */ + public void receivedCoupon(Long uid) throws Exception; + + /** + * 鏍规嵁鎺ㄩ�� 鑾峰彇瀵瑰簲鐨勫埜 + * @param pushCoupon + * @param uid + * @throws Exception + */ + public void randomRewardCoupon(PushCoupon pushCoupon, Long uid) throws Exception; } -- Gitblit v1.8.0