From 24ceb7b6168f04d1727ad1bbf4ee44d33a545cf4 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Fri, 19 May 2023 10:12:38 +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 26e0f0a..201a83a 100644
--- a/src/main/resources/mapper/dapp/DappFundFlowDao.xml
+++ b/src/main/resources/mapper/dapp/DappFundFlowDao.xml
@@ -119,6 +119,7 @@
         select * from dapp_fund_flow
         where member_id = #{memberId}
           and type = #{type}
+          and status = #{status}
     </select>
 
     <select id="selectListByState" resultType="cc.mrbird.febs.dapp.entity.DappFundFlowEntity">

--
Gitblit v1.9.1