From ff6b4ca2a45e57df38f5d6e5f55456854f7d455c Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Fri, 02 Dec 2022 14:09:43 +0800
Subject: [PATCH] 20221130

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

diff --git a/src/main/resources/mapper/dapp/DappFundFlowDao.xml b/src/main/resources/mapper/dapp/DappFundFlowDao.xml
index fee7713..f8ed207 100644
--- a/src/main/resources/mapper/dapp/DappFundFlowDao.xml
+++ b/src/main/resources/mapper/dapp/DappFundFlowDao.xml
@@ -21,6 +21,12 @@
             <if test="record.memberId != null">
                 and a.member_id=#{record.memberId}
             </if>
+            <if test="record.fromHash != '' and record.fromHash != null">
+                and a.from_hash = #{record.fromHash}
+            </if>
+            <if test="record.systemProfitId != '' and record.systemProfitId != null">
+                and a.system_profit_id = #{record.systemProfitId}
+            </if>
         </where>
         order by a.create_time desc, a.id desc
     </select>

--
Gitblit v1.9.1