src/main/java/cc/mrbird/febs/dapp/service/impl/BscCoinContractEvent.java
@@ -154,6 +154,10 @@ } OnlineTransferUtil.addTransferRecord(e.from, e.to, amount, e.log.getTransactionHash(), DappTransferRecordEntity.TRANSFER_SOURCE_FLAG_APPLICATION, AppContants.SYMBOL_COIN); if (fundFlow.getAmount().add(fundFlow.getFee()).compareTo(amount) != 0) { return; } BigDecimal newPrice = fundFlow.getNewestPrice(); BigDecimal transferAmount = amount.multiply(newPrice);