From df26ab5b4134cf7282cc8b348f79904d1d620f7c Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Fri, 18 Nov 2022 10:07:11 +0800
Subject: [PATCH] 20221117

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

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

--
Gitblit v1.9.1