xiaoyong931011
2022-10-31 112b6a2ca8a55f056cc259b6bd9ed554fcc263f7
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);