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

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

diff --git a/src/main/resources/mapper/modules/MemberCoinChargeMapper.xml b/src/main/resources/mapper/modules/MemberCoinChargeMapper.xml
index c57cc3f..0017314 100644
--- a/src/main/resources/mapper/modules/MemberCoinChargeMapper.xml
+++ b/src/main/resources/mapper/modules/MemberCoinChargeMapper.xml
@@ -7,7 +7,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.address!=null and record.address!=''">
                     and s.address=#{record.address}

--
Gitblit v1.9.1