From a8942308ef01c5fa027d3c4ecb7875e9bd7fcd97 Mon Sep 17 00:00:00 2001
From: KKSU <15274802129@163.com>
Date: Mon, 20 May 2024 15:17:12 +0800
Subject: [PATCH] 滑点监控

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

diff --git a/src/main/resources/mapper/dapp/DappFundFlowDao.xml b/src/main/resources/mapper/dapp/DappFundFlowDao.xml
index 5250ce8..9554e11 100644
--- a/src/main/resources/mapper/dapp/DappFundFlowDao.xml
+++ b/src/main/resources/mapper/dapp/DappFundFlowDao.xml
@@ -135,6 +135,7 @@
         a.amount,
         a.type,
         a.status,
+        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