From 7364f85670c7a5bff85a47e38a4ac007de4c8c0f Mon Sep 17 00:00:00 2001
From: KKSU <15274802129@163.com>
Date: Sun, 23 Jun 2024 22:49:50 +0800
Subject: [PATCH] 后台矩阵列表
---
src/main/resources/mapper/dapp/MemberCoinWithdrawMapper.xml | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/main/resources/mapper/dapp/MemberCoinWithdrawMapper.xml b/src/main/resources/mapper/dapp/MemberCoinWithdrawMapper.xml
index 859a9dc..2899ffe 100644
--- a/src/main/resources/mapper/dapp/MemberCoinWithdrawMapper.xml
+++ b/src/main/resources/mapper/dapp/MemberCoinWithdrawMapper.xml
@@ -4,7 +4,8 @@
<select id="findMemberWithdrawCoinInPage" resultType="cc.mrbird.febs.dapp.vo.AdminMemberCoinWithdrawVo">
SELECT
- s.*
+ s.address,
+ m.address
FROM
member_coin_withdraw s
left join dapp_member m on m.id = s.member_id
--
Gitblit v1.9.1