From 1bbf36d28d57fcb0b759a60bd8433549d5abe056 Mon Sep 17 00:00:00 2001
From: wzy <wzy19931122ai@163.com>
Date: Mon, 14 Nov 2022 22:44:53 +0800
Subject: [PATCH] fix

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