xiaoyong931011
2022-11-30 5fd13393f000ff3b643823b4ba4374b2e31e2d3a
src/main/resources/mapper/dapp/DappMemberDao.xml
@@ -34,7 +34,7 @@
                and a.withdraw_able = #{record.withdrawAble}
            </if>
            <if test="record.inviteId != null and record.inviteId != ''">
                and a.invite_id = #{record.inviteId}
                and (a.invite_id = #{record.inviteId} or a.address = #{record.inviteId})
            </if>
        </where>
        order by a.create_time desc