xiaoyong931011
2022-11-21 b27a82d2c62c7103393989b011b042eeebe7abda
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);