KKSU
2024-05-31 b1a005fcdcd20f518261bcba06224db9ce607766
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>