xiaoyong931011
2023-08-08 11f6a8c911c5ef241f42953976661a249aa8b83e
src/main/java/cc/mrbird/febs/dapp/service/impl/BscCoinContractEvent.java
@@ -114,7 +114,7 @@
            fundFlow.setStatus(2);
            dappFundFlowDao.updateById(fundFlow);
            dappWalletService.updateWalletMineWithLock(amount, fromMember.getId());
            dappWalletService.updateWalletMineWithLock(amount, fromMember.getId(), 1);
        }
    }
}