From 8b7e2c47b56bfe506ffd32b4f6268c5525248d7f Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Thu, 08 Dec 2022 17:37:11 +0800
Subject: [PATCH] 20221130

---
 src/main/resources/mapper/dapp/MemberCoinWithdrawMapper.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/mapper/dapp/MemberCoinWithdrawMapper.xml b/src/main/resources/mapper/dapp/MemberCoinWithdrawMapper.xml
index 3b6c401..6dd720d 100644
--- a/src/main/resources/mapper/dapp/MemberCoinWithdrawMapper.xml
+++ b/src/main/resources/mapper/dapp/MemberCoinWithdrawMapper.xml
@@ -46,7 +46,7 @@
         FROM
             member_coin_withdraw
         WHERE
-        is_inside = 'N'
+        is_inside = 'N' and status = 2
         and date_format(create_time, '%Y-%m-%d') = date_format(#{createTime}, '%Y-%m-%d')
         <if test="description !=null and description != ''">
             and member_id IN (

--
Gitblit v1.9.1