From 154b9de7c856f36a1236fa8b7ef68d065fbcdac2 Mon Sep 17 00:00:00 2001
From: Helius <wangdoubleone@gmail.com>
Date: Mon, 06 Jul 2020 17:57:43 +0800
Subject: [PATCH] modify

---
 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