From 0b177e19cfc810ca12195c0b4e2d934566afb6b0 Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期五, 27 九月 2019 15:10:03 +0800 Subject: [PATCH] 限时秒杀bug修改,淘宝成功订单状态处理 --- fanli/src/main/java/com/yeshi/fanli/service/inter/user/UserSystemCouponService.java | 18 +++++++++++++++++- 1 files changed, 17 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 c8c7580..deb4f71 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 @@ -134,7 +134,7 @@ * @throws UserSystemCouponException * @throws Exception */ - public UserSystemCoupon insertUserCoupon(Long uid, String couponType, String source, BigDecimal percent) throws UserSystemCouponException, Exception; + public UserSystemCoupon insertUserCoupon(Long uid, String couponType, String source, BigDecimal percent,Boolean needNotify) throws UserSystemCouponException, Exception; /** @@ -200,6 +200,22 @@ * @throws Exception */ public void randomRewardCoupon(int num, Long uid, String source) throws Exception; + + + + + /** + * 绯荤粺璧犻�佸鍔卞埜 + * @param num + * @param uid + * @param source + * @throws Exception + */ + public void systemGiveRewardCoupon(Long uid,int num,String orderId,Integer orderType,String reason) throws Exception; + + + + /** * 娣诲姞鍒� -- Gitblit v1.8.0