From f10afe3a9aab4e962b3ec456b8a707163e11f9bd Mon Sep 17 00:00:00 2001
From: KKSU <15274802129@163.com>
Date: Wed, 27 Mar 2024 19:22:58 +0800
Subject: [PATCH] 滑点

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

diff --git a/src/main/resources/mapper/dapp/DappFundFlowDao.xml b/src/main/resources/mapper/dapp/DappFundFlowDao.xml
index 29423cc..7897071 100644
--- a/src/main/resources/mapper/dapp/DappFundFlowDao.xml
+++ b/src/main/resources/mapper/dapp/DappFundFlowDao.xml
@@ -110,7 +110,7 @@
         a.create_time createTime
         from dapp_fund_flow a
         where
-            a.type in (2,3,6)
+            a.type in (2,3,5,6,9)
                 and a.member_id=#{record.memberId}
         order by a.create_time desc
     </select>

--
Gitblit v1.9.1