From 18aab7d6156b93d65c1b18809d924cbb214d737a Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Fri, 26 Feb 2021 16:04:03 +0800
Subject: [PATCH] Merge branch 'whole_new' of http://120.27.238.55:7000/r/exchange into whole_new
---
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..bafe4bc 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} and is_inside = 'N'
order by create_time desc
</select>
--
Gitblit v1.9.1