xiaoyong931011
2022-11-11 8c1ec1ea65f950db26ed655c537fc277f6fccc37
20221021
1 files modified
2 ■■■ changed files
src/main/resources/mapper/dapp/DappWalletCoinDao.xml 2 ●●● patch | view | raw | blame | history
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>