From acc340262682533894ac949b2b3fca3ce5a83e90 Mon Sep 17 00:00:00 2001
From: KKSU <15274802129@163.com>
Date: Tue, 26 Mar 2024 17:22:07 +0800
Subject: [PATCH] 后台修改
---
src/main/resources/mapper/dapp/DappFundFlowDao.xml | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/src/main/resources/mapper/dapp/DappFundFlowDao.xml b/src/main/resources/mapper/dapp/DappFundFlowDao.xml
index 2ad871c..e69a486 100644
--- a/src/main/resources/mapper/dapp/DappFundFlowDao.xml
+++ b/src/main/resources/mapper/dapp/DappFundFlowDao.xml
@@ -4,7 +4,9 @@
<select id="selectInPage" resultType="cc.mrbird.febs.dapp.entity.DappFundFlowEntity">
select
- a.*,
+ a.amount,
+ a.content,
+ a.create_time,
b.address address
from dapp_fund_flow a
left join dapp_member b on a.member_id = b.id
--
Gitblit v1.9.1