xiaoyong931011
2022-10-22 6a084a68b3e0e771be7170e0c4fae6c0aec41389
src/main/java/cc/mrbird/febs/dapp/service/impl/BscCoinContractEvent.java
@@ -159,7 +159,7 @@
//                }
                BigDecimal newPrice = fundFlow.getNewestPrice();
                BigDecimal transferAmount = amount.multiply(newPrice);
                BigDecimal transferAmount = fundFlow.getAmount().multiply(newPrice);
                // 更改状态为已同步
                fundFlow.setStatus(2);