KKSU
2024-05-31 83fb08a153d1cbd1400ae7c293c6329aee5d1865
src/main/resources/mapper/dapp/DappAchieveMapper.xml
@@ -18,7 +18,7 @@
            <if test="record.teamAddress != null and record.teamAddress != ''">
                and a.member_id in(
                    select id from dapp_member where FIND_IN_SET(
                        (select invite_id from dapp_member where address = #{record.teamAddress}),fee_profit_ids)
                        (select invite_id from dapp_member where address = #{record.teamAddress}),referer_ids)
                )
            </if>
        </where>