src/main/java/cc/mrbird/febs/dapp/service/impl/DappWalletServiceImpl.java
@@ -410,7 +410,8 @@ ); BigDecimal outPercent = new BigDecimal(outPercentDic.getValue()); BigDecimal realUsdtAmount = coinUsdtAmount.subtract(feeUsdtAmount).setScale(4,BigDecimal.ROUND_DOWN); realUsdtAmount = realUsdtAmount.multiply(outPercent).setScale(4,BigDecimal.ROUND_DOWN); BigDecimal realUsdtAmountFee = realUsdtAmount.multiply(outPercent).setScale(4,BigDecimal.ROUND_DOWN); realUsdtAmount = realUsdtAmount.subtract(realUsdtAmountFee); //减少闪对钱包的币的数量 this.updateWalletCoinWithLock(amount, member.getId(), 2); //增加流水