From b5046e94a226a080d3fa7619195e2c14b9043a5e Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Mon, 19 Dec 2022 16:09:00 +0800
Subject: [PATCH] 20221219

---
 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