src/main/java/cc/mrbird/febs/dapp/service/impl/DappWalletServiceImpl.java
@@ -1114,6 +1114,9 @@ if(ObjectUtil.isEmpty(memberParent)){ throw new FebsException("请输入正确的地址"); } if(member.getAddress().equals(memberParent.getAddress())){ throw new FebsException("请输入正确的地址"); } BigDecimal coinCnt = roundCoinDto.getCoinCnt(); if(BigDecimal.ZERO.compareTo(coinCnt) >= 0){