From 22a1ada1fefc901e391279e01a251aa3c471e96a Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Thu, 18 Jun 2020 17:58:00 +0800
Subject: [PATCH] 20200618   代码提交

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

diff --git a/src/main/resources/mapper/modules/MemberCoinWithdrawMapper.xml b/src/main/resources/mapper/modules/MemberCoinWithdrawMapper.xml
index 2616c75..1bc3418 100644
--- a/src/main/resources/mapper/modules/MemberCoinWithdrawMapper.xml
+++ b/src/main/resources/mapper/modules/MemberCoinWithdrawMapper.xml
@@ -10,7 +10,7 @@
 		 <where>
 			<if test="record != null" >
                 <if test="record.account!=null and record.account!=''">
-                    and (m.phone = #{record.account} or m.email = #{record.account} or s.member_id=#{record.account})
+                     and (m.phone = #{record.account} or m.email = #{record.account} or m.invite_id=#{record.account})
                 </if>
                 <if test="record.isInside!=null and record.isInside!=''">
                     and s.is_inside= #{record.isInside}

--
Gitblit v1.9.1