From fb05529caccb87b9b40f513781178e13ef76dcae Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Wed, 30 Nov 2022 15:12:54 +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