KKSU
2024-05-11 485a8bb8590db59f7374667759e7d2fbfc13d53c
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);
        }
    }
}