From e9d45b4a6046241d9b6fd9c1be5070ff6da5036d Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Sat, 28 May 2022 11:23:06 +0800
Subject: [PATCH] 20220528

---
 src/main/java/cc/mrbird/febs/mall/service/impl/MallMoneyFlowServiceImpl.java |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/main/java/cc/mrbird/febs/mall/service/impl/MallMoneyFlowServiceImpl.java b/src/main/java/cc/mrbird/febs/mall/service/impl/MallMoneyFlowServiceImpl.java
index c25680c..290b8c9 100644
--- a/src/main/java/cc/mrbird/febs/mall/service/impl/MallMoneyFlowServiceImpl.java
+++ b/src/main/java/cc/mrbird/febs/mall/service/impl/MallMoneyFlowServiceImpl.java
@@ -38,4 +38,9 @@
     public void addMoneyFlow(Long memberId, BigDecimal amount, Integer type, String orderNo, Integer flowType) {
         this.addMoneyFlow(memberId, amount, type, orderNo, null, null, null, null, flowType);
     }
+
+    @Override
+    public void addMoneyFlow(Long memberId, BigDecimal amount, Integer type, String orderNo, Long rtMemberId, Integer flowType) {
+        this.addMoneyFlow(memberId, amount, type, orderNo, null, null, rtMemberId, null, flowType);
+    }
 }

--
Gitblit v1.9.1