From 251908db334e130dfd6566f589dd258e8df0a2cf Mon Sep 17 00:00:00 2001
From: KKSU <15274802129@163.com>
Date: Thu, 25 Apr 2024 14:22:52 +0800
Subject: [PATCH] 质押流水记录

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

diff --git a/src/main/resources/mapper/dapp/DappFundFlowDao.xml b/src/main/resources/mapper/dapp/DappFundFlowDao.xml
index 487a7e4..ae52d71 100644
--- a/src/main/resources/mapper/dapp/DappFundFlowDao.xml
+++ b/src/main/resources/mapper/dapp/DappFundFlowDao.xml
@@ -145,9 +145,6 @@
             <if test="record.type != null">
                 and a.type = #{record.type}
             </if>
-            <if test="record.type != null">
-                and a.type = #{record.type}
-            </if>
             <if test="record.status != null">
                 and a.status = #{record.status}
             </if>

--
Gitblit v1.9.1