xiaoyong931011
2022-11-24 7802df27f4462676183e04a4f2a378665a3a2c03
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);
        }
    }
}