xiaoyong931011
2022-12-06 b87113d59a71d5e2ca53ce266bbb7c0b42624f33
src/main/resources/mapper/dapp/DappWalletCoinDao.xml
@@ -143,6 +143,6 @@
        from
            dapp_wallet_coin a
                inner join dapp_member b on a.member_id = b.id
        where b.identity != 'LEVEL_TM'
        where b.identity != 'LEVEL_TM' and b.identity is not null
    </select>
</mapper>