KKSU
2024-06-23 7364f85670c7a5bff85a47e38a4ac007de4c8c0f
src/main/resources/mapper/dapp/MemberCoinWithdrawMapper.xml
@@ -4,7 +4,8 @@
    <select id="findMemberWithdrawCoinInPage" resultType="cc.mrbird.febs.dapp.vo.AdminMemberCoinWithdrawVo">
        SELECT
        s.*
        s.address,
               m.address
        FROM
        member_coin_withdraw s
        left join dapp_member m on m.id = s.member_id