From cb06e5ab60f6c68cd2e1d2bf12ed4dcfee5713bf Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Fri, 26 May 2023 17:38:22 +0800
Subject: [PATCH] twoCoin项目修改
---
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 17a8af7..abc7d55 100644
--- a/src/main/resources/mapper/dapp/DappFundFlowDao.xml
+++ b/src/main/resources/mapper/dapp/DappFundFlowDao.xml
@@ -128,6 +128,7 @@
and version = #{version}
and from_hash is null
and is_return = 2
+ and type in (2,3,27)
ORDER BY
id ASC
LIMIT 1
--
Gitblit v1.9.1