From da795cf0ca24f2165c29b9cfcc8d6962483bfa5d Mon Sep 17 00:00:00 2001
From: KKSU <15274802129@163.com>
Date: Wed, 17 Apr 2024 14:30:25 +0800
Subject: [PATCH] 55测试环境
---
src/main/resources/mapper/member/MemberCoinWithdrawDao.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/main/resources/mapper/member/MemberCoinWithdrawDao.xml b/src/main/resources/mapper/member/MemberCoinWithdrawDao.xml
index aca1ed3..f2376b1 100644
--- a/src/main/resources/mapper/member/MemberCoinWithdrawDao.xml
+++ b/src/main/resources/mapper/member/MemberCoinWithdrawDao.xml
@@ -4,7 +4,7 @@
<select id="findMemberCoinWithdrawInPage" resultType="com.xcong.excoin.modules.member.entity.MemberCoinWithdrawEntity">
select * from member_coin_withdraw
- where member_id = #{record.memberId} and is_inside = “N”
+ where member_id = #{record.memberId}
order by create_time desc
</select>
--
Gitblit v1.9.1