fix
wzy
2022-07-28 7a2f69e4cf9771c9450b009ea5deaaa07e279f11
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=1 and account_type='normal'
    </select>
</mapper>