Helius
2022-06-13 8b854ff5dfae5bb3066380a461b6e972b9fa502d
src/main/resources/mapper/dapp/DappMemberDao.xml
@@ -120,4 +120,9 @@
        from dapp_member a
        where find_in_set(#{record.inviteId}, a.fee_profit_ids)
    </select>
    <select id="selectMakerAddress" resultType="cc.mrbird.febs.dapp.entity.DappMemberEntity">
        select * from dapp_member
        where maker_type=2 and account_type='normal'
    </select>
</mapper>