From 9980ff71f7d92a4a42d81b8ab47d85b4d479db9b Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Fri, 19 May 2023 18:34:57 +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