From 817761e47af7ea7bae164d3aa47337a7442f1c14 Mon Sep 17 00:00:00 2001 From: yujian <yujian@163.com> Date: 星期一, 13 四月 2020 09:40:58 +0800 Subject: [PATCH] 消息调整 --- fanli/src/main/java/com/yeshi/fanli/service/inter/order/msg/UserOrderMsgNotificationService.java | 75 +------------------------------------ 1 files changed, 2 insertions(+), 73 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/service/inter/order/msg/UserOrderMsgNotificationService.java b/fanli/src/main/java/com/yeshi/fanli/service/inter/order/msg/UserOrderMsgNotificationService.java index 4a2c8f6..fa669e3 100644 --- a/fanli/src/main/java/com/yeshi/fanli/service/inter/order/msg/UserOrderMsgNotificationService.java +++ b/fanli/src/main/java/com/yeshi/fanli/service/inter/order/msg/UserOrderMsgNotificationService.java @@ -24,17 +24,6 @@ public void orderFanLiStatistic(Long uid, String orderId, int orderType, BigDecimal payMoney, BigDecimal money, int goodsCount, int orderState, Date downTime); - /** - * 杩斿埄璁㈠崟鐘舵�佹敼鍙� - * - * @param uid - * @param orderId - * @param payMoney - * @param money - * @param orderState - */ - public void orderFanLiStateChanged(Long uid, String orderId, int orderType, BigDecimal payMoney, BigDecimal money, - int orderState); /** * 鍒嗕韩璁㈠崟缁熻 @@ -49,17 +38,7 @@ public void orderShareStatistic(Long uid, String orderId, int orderType, BigDecimal payMoney, BigDecimal money, int goodsCount, int orderState, Date downTime); - /** - * 鍒嗕韩璁㈠崟鐘舵�佹敼鍙� - * - * @param uid - * @param orderId - * @param payMoney - * @param money - * @param orderState - */ - public void orderShareStateChanged(Long uid, String orderId, int orderType, BigDecimal payMoney, BigDecimal money, - int orderState); + /** * 閭�璇疯鍗曠粺璁� @@ -74,32 +53,7 @@ public void orderInviteStatistic(Long uid, String orderId, int orderType, BigDecimal payMoney, BigDecimal money, int goodsCount, int orderState, Date downTime); - /** - * 閭�璇疯鍗曠姸鎬佹敼鍙� - * - * @param uid - * @param orderId - * @param payMoney - * @param money - * @param orderState - */ - public void orderInviteStateChanged(Long uid, String orderId, int orderType, BigDecimal payMoney, BigDecimal money, - int orderState); - public void orderShareFirstLevelStatistic(Long uid, String orderId, int orderType, BigDecimal payMoney, - BigDecimal money, int goodsCount, int orderState, String sourceUserName); - - /** - * 鍒嗕韩璁㈠崟鐘舵�佹敼鍙� - * - * @param uid - * @param orderId - * @param payMoney - * @param money - * @param orderState - */ - public void orderShareFirstLevelStateChanged(Long uid, String orderId, int orderType, BigDecimal payMoney, - BigDecimal money, int orderState); /** * 璁㈠崟鎵惧洖鎴愬姛 @@ -127,32 +81,7 @@ * @param orderType * 1-娣樺疂 */ - public void orderFoundFail(Long uid, String orderId, BigDecimal payMoney, int orderType, Date happendDate); + public void orderFoundFail(Long uid, String orderId); - /** - * 楗夸簡涔堣鍗曠粺璁� - * - * @param uid - * @param orderId - * @param orderType - * @param payMoney - * @param money - * @param orderState - */ - public void orderElmeStatistic(Long uid, String orderId, int orderType, BigDecimal payMoney, BigDecimal money, - int orderState); - - /** - * 楗夸簡涔堣鍗曠姸鎬佹敼鍙� - * - * @param uid - * @param orderId - * @param orderType - * @param payMoney - * @param money - * @param orderState - */ - public void orderElmeStateChanged(Long uid, String orderId, int orderType, BigDecimal payMoney, BigDecimal money, - int orderState); } -- Gitblit v1.8.0