src/main/resources/mapper/dapp/DappAchieveMapper.xml
@@ -15,6 +15,12 @@ <if test="record.address != null and record.address != ''"> and b.address = #{record.address} </if> <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) ) </if> </where> order by a.create_time desc </select>