From cbd668f7a5424898f62308f1ba4067c54b52d823 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Tue, 18 Apr 2023 14:05:00 +0800
Subject: [PATCH] 提现,限额

---
 src/main/resources/mapper/modules/MallMoneyFlowMapper.xml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/main/resources/mapper/modules/MallMoneyFlowMapper.xml b/src/main/resources/mapper/modules/MallMoneyFlowMapper.xml
index 7fecd36..814e3bd 100644
--- a/src/main/resources/mapper/modules/MallMoneyFlowMapper.xml
+++ b/src/main/resources/mapper/modules/MallMoneyFlowMapper.xml
@@ -72,6 +72,7 @@
         a.created_time createdTime,
         a.amount amount,
         a.amount_fee amountFee,
+        (a.amount-a.amount_fee) amountReal,
         a.withdraw_no withdrawNo,
         a.remark remark,
         a.status status,

--
Gitblit v1.9.1