From 7ba7366a8c6ce8019339e433b218386645cb5312 Mon Sep 17 00:00:00 2001
From: Helius <wangdoubleone@gmail.com>
Date: Mon, 28 Dec 2020 17:38:53 +0800
Subject: [PATCH] Merge branch 'piot' of https://gitee.com/chonggaoxiao/new_excoin_manage into piot

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

diff --git a/src/main/resources/mapper/modules/MemberCoinWithdrawMapper.xml b/src/main/resources/mapper/modules/MemberCoinWithdrawMapper.xml
index 29051f3..c09106f 100644
--- a/src/main/resources/mapper/modules/MemberCoinWithdrawMapper.xml
+++ b/src/main/resources/mapper/modules/MemberCoinWithdrawMapper.xml
@@ -10,7 +10,6 @@
 			member_coin_withdraw s
 			left join member m on m.id = s.member_id
 		 <where>
-		 	s.member_id not in (26,187,454)
 			<if test="record != null" >
                 <if test="record.account!=null and record.account!=''">
                      and (m.phone = #{record.account} or m.email = #{record.account} or m.invite_id=#{record.account})

--
Gitblit v1.9.1