From 2cde53516c1689efab451aef72c1db5e13b825a3 Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期三, 15 四月 2020 16:42:03 +0800 Subject: [PATCH] 团队订单金额消息加入补贴 --- fanli/src/main/java/com/yeshi/fanli/service/inter/money/msg/UserMoneyMsgNotificationService.java | 73 +++++++++++------------------------- 1 files changed, 22 insertions(+), 51 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/service/inter/money/msg/UserMoneyMsgNotificationService.java b/fanli/src/main/java/com/yeshi/fanli/service/inter/money/msg/UserMoneyMsgNotificationService.java index c3086d4..6fee5b3 100644 --- a/fanli/src/main/java/com/yeshi/fanli/service/inter/money/msg/UserMoneyMsgNotificationService.java +++ b/fanli/src/main/java/com/yeshi/fanli/service/inter/money/msg/UserMoneyMsgNotificationService.java @@ -120,37 +120,7 @@ public void shareOrderWeiQuan(Long uid, String orderId, int orderType, BigDecimal money,BigDecimal fanliMoney, int goodsCount, Date downTime); - /** - * 閭�璇疯禋璁㈠崟琚粺璁� - * - * @param uid - * @param orderCount - * @param goodsCount - * @param money - * @param balance - */ - public void inviteOrderReceived(Long uid, int orderType, int orderCount, int goodsCount, BigDecimal money, - BigDecimal balance); - /** - * 閭�璇疯鍗曠淮鏉� - * - * @param uid - * @param orderId - * @param money - * @param balance - */ - public void inviteOrderWeiQuan(Long uid, String orderId, int orderType, BigDecimal money, BigDecimal balance); - - /** - * 濂栧姳璁㈠崟鍒拌处 - * - * @param uid - * @param orderId - * @param money - * @param balance - */ - public void orderReward(Long uid, String orderId, int orderType, BigDecimal money, BigDecimal balance); /** * 绯荤粺琛ラ綈 @@ -162,27 +132,6 @@ */ public void systemEqualize(Long uid, String reason, BigDecimal money, BigDecimal balance); - /** - * 楗夸簡涔堣繑鍒╁埌璐� - * - * @param uid - * @param orderId - * @param money - * @param balance - */ - public void elmeFanli(Long uid, String orderId, BigDecimal money, BigDecimal balance); - - - /** - * 琛ヨ创娑堟伅 - * - * @param uid - * @param date - * @param from - * @param money - * @param balance - */ - public void inviteOrderSubSidy(Long uid, Date date, String from, BigDecimal money, BigDecimal balance); /** * 绾㈠寘娑堟伅 @@ -204,6 +153,28 @@ */ public void teamReceive(Long uid, BigDecimal money, BigDecimal balance, Date receivedDate); + /** + * 浣跨敤濂栧姳鍒� + * @param uid + * @param orderId + * @param orderType + * @param goodsCount + * @param money + * @param balance + * @param downTime + */ + public void rewardCounponReceived(Long uid, String orderId, int orderType, int goodsCount, BigDecimal money, + BigDecimal balance, Date downTime); + + /** + * 鍥㈤槦鍒嗙孩 + * @param uid + * @param money + * @param balance + * @param receivedDate + */ + public void teamDividend(Long uid, BigDecimal money, BigDecimal balance, Date receivedDate); + } -- Gitblit v1.8.0