KKSU
2024-06-06 424ad35dcd1fafb51a0ba77523b11e6871f2858c
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);
        }
    }
}