From ad9e494c2988dba8de67db82a2f1c51b27b10975 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Thu, 23 Jul 2020 18:09:13 +0800
Subject: [PATCH] 20200723  代码提交

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

diff --git a/src/main/resources/mapper/modules/MemberAccountMoneyChangeMapper.xml b/src/main/resources/mapper/modules/MemberAccountMoneyChangeMapper.xml
index 3e1a114..a922e2a 100644
--- a/src/main/resources/mapper/modules/MemberAccountMoneyChangeMapper.xml
+++ b/src/main/resources/mapper/modules/MemberAccountMoneyChangeMapper.xml
@@ -73,7 +73,7 @@
 		LEFT JOIN member m ON m.id = s.member_id
 		<where>
 		s.type = 3 
-		and (s.member_id not in (select id from member where FIND_IN_SET('22015141', referer_ids)) or m.id = 10)
+		and (s.member_id not in (select id from member where FIND_IN_SET('22015141', referer_ids)) and m.id != 10)
 		and s.content like '%佣金到账%' 
 			<if test="record != null" >
                 <if test="record.account!=null and record.account!=''">

--
Gitblit v1.9.1