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