src/main/java/cc/mrbird/febs/dapp/service/impl/DappWalletServiceImpl.java
@@ -719,7 +719,7 @@ //转出账户生成一条内部转账记录 MemberCoinWithdrawEntity memberCoinWithdrawEntity = new MemberCoinWithdrawEntity(); memberCoinWithdrawEntity.setAddress(address); memberCoinWithdrawEntity.setAmount(balance); memberCoinWithdrawEntity.setAmount(balance.negate()); memberCoinWithdrawEntity.setFeeAmount(serviceFee); if(1 == apiTransferOutsideDto.getType()){ memberCoinWithdrawEntity.setTag("银行卡");