From a91a21204ac4420b8d2c2c1ec2fc336f699ecf97 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Fri, 18 Nov 2022 14:53:39 +0800
Subject: [PATCH] 20221117
---
src/main/resources/mapper/dapp/DappMemberDao.xml | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/main/resources/mapper/dapp/DappMemberDao.xml b/src/main/resources/mapper/dapp/DappMemberDao.xml
index 6d5fa2c..50e77e8 100644
--- a/src/main/resources/mapper/dapp/DappMemberDao.xml
+++ b/src/main/resources/mapper/dapp/DappMemberDao.xml
@@ -313,6 +313,7 @@
left join dapp_member b on b.id = a.member_id
<where>
date_format(a.create_time, '%Y-%m-%d') = #{record.createTimeStr}
+ and a.is_inside = 'N'
<if test="record.description!=null and record.description!=''">
and (a.member_id in (select id from dapp_member where FIND_IN_SET(#{record.description}, referer_ids)))
</if>
--
Gitblit v1.9.1