| src/main/resources/mapper/dapp/DappMemberDao.xml | ●●●●● patch | view | raw | blame | history |
src/main/resources/mapper/dapp/DappMemberDao.xml
@@ -319,7 +319,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' and a.is_inside = 'N' and a.status = 2 <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>