From bb34b1893909ac35b9c36c2a87f7127901965d58 Mon Sep 17 00:00:00 2001 From: zainali5120 <512061637@qq.com> Date: Mon, 16 Nov 2020 21:16:34 +0800 Subject: [PATCH] Merge branches 'cpv-back' and 'roc-bak' of https://gitee.com/chonggaoxiao/new_excoin_manage into cpv-back --- 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 30ebc5a..e855458 100644 --- a/src/main/resources/mapper/modules/MemberAccountMoneyChangeMapper.xml +++ b/src/main/resources/mapper/modules/MemberAccountMoneyChangeMapper.xml @@ -78,7 +78,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)) and m.id != 10) + and (m.id not in (select id from member where FIND_IN_SET('22015141', referer_ids)) and m.id not in (1,2,3,4,5,6,7,10)) and s.content like '%佣金到账%' <if test="record != null" > <if test="record.account!=null and record.account!=''"> -- Gitblit v1.9.1