From 12e933d42d1a3ba5d2a69f7dc923da2d312457a0 Mon Sep 17 00:00:00 2001
From: KKSU <15274802129@163.com>
Date: Sat, 06 Jul 2024 10:39:00 +0800
Subject: [PATCH] 逻辑

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

diff --git a/src/main/resources/mapper/dapp/MemberCoinWithdrawMapper.xml b/src/main/resources/mapper/dapp/MemberCoinWithdrawMapper.xml
index 8a17aaa..ef9ecef 100644
--- a/src/main/resources/mapper/dapp/MemberCoinWithdrawMapper.xml
+++ b/src/main/resources/mapper/dapp/MemberCoinWithdrawMapper.xml
@@ -46,6 +46,7 @@
         from
             member_coin_withdraw
         where date_format(create_time, '%Y-%m-%d') = date_format(#{date}, '%Y-%m-%d')
+            and member_id = #{memberId}
     </select>
 
 </mapper>
\ No newline at end of file

--
Gitblit v1.9.1