From 5a87cc2323ec1d86b90db10120491f95443e8dd3 Mon Sep 17 00:00:00 2001
From: KKSU <15274802129@163.com>
Date: Mon, 24 Jun 2024 10:59:14 +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