From f77c25900aac7231d006d8f4e08aaa12d72c62b4 Mon Sep 17 00:00:00 2001
From: cloudroam <cloudroam>
Date: 星期一, 28 十月 2024 16:21:39 +0800
Subject: [PATCH] add: 钱包供应商财务

---
 src/main/resources/mapper/wallet/WalletMapper.xml |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/main/resources/mapper/wallet/WalletMapper.xml b/src/main/resources/mapper/wallet/WalletMapper.xml
index d33cf32..1e737b1 100644
--- a/src/main/resources/mapper/wallet/WalletMapper.xml
+++ b/src/main/resources/mapper/wallet/WalletMapper.xml
@@ -19,6 +19,8 @@
         <result column="settling_amount" property="settlingAmount" />
         <result column="total_deduction" property="totalDeduction" />
         <result column="total_transaction_amount" property="totalTransactionAmount" />
+        <result column="settled_amount" property="settledAmount" />
+
     </resultMap>
 
 </mapper>

--
Gitblit v1.9.3