xiaoyong931011
2020-09-23 9fe6fee7de6b1e3d9c49f44bf1b99aa93cfff498
src/main/java/com/xcong/excoin/modules/coin/service/impl/BlockCoinServiceImpl.java
@@ -128,7 +128,7 @@
                Long memberId = coinAddressEntity.getMemberId();
                BigDecimal balance = EthService.getEthBlance(address);
                if (balance != null && new BigDecimal("0.008").compareTo(balance) < 0) {
                if (balance != null && new BigDecimal("0.01").compareTo(balance) < 0) {
                    MemberWalletCoinEntity walletCoin = memberWalletCoinDao.selectWalletCoinBymIdAndCode(memberId, CoinTypeEnum.ETH.name());
                    if (walletCoin == null) {