From 009e25b40c04d0a66d6d6554c19e542f0e6f9d18 Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期二, 23 七月 2019 10:49:58 +0800 Subject: [PATCH] 根据粘贴板推荐修改 --- fanli/src/main/java/com/yeshi/fanli/service/inter/user/UserSystemCouponService.java | 11 ++--------- 1 files changed, 2 insertions(+), 9 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 eaf216f..957cf91 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 @@ -90,7 +90,7 @@ * @throws UserSystemCouponException * @throws Exception */ - public void useOrderCoupon(Long uid, Long id, String orderNo) throws UserSystemCouponException, Exception; + public void useOrderCoupon(Long uid, Long id, String orderNo, Integer goodsType) throws UserSystemCouponException, Exception; /** * 鏍规嵁璁㈠崟鍙疯幏鍙栧鍔卞埜浣跨敤杩涘害 @@ -187,13 +187,6 @@ public void copyLotteryPrize(Long uid, int platform, String device) throws Exception; - /** - * 棰嗗彇鍒� - * @param uid - * @throws Exception - */ - public void receivedCoupon(Long uid) throws Exception; - /** * 缁熻浠婃棩鎶藉涓殑鍒告暟閲� @@ -211,5 +204,5 @@ * @throws Exception */ public void randomRewardCoupon(int num, Long uid, String source) throws Exception; - + } -- Gitblit v1.8.0