KKSU
2024-05-20 f87b5cb6f7a2f34c983b6988be1fdc8a70e8a06f
src/main/java/cc/mrbird/febs/dapp/controller/MemberMoneyFlowController.java
@@ -72,7 +72,12 @@
            if(1 != dappFundFlowEntity.getStatus()){
                continue;
            }
            asyncCjService.confirmOrder(dappFundFlowEntity);
            try {
                Thread.sleep(2000);
                asyncCjService.confirmOrder(dappFundFlowEntity);
            } catch (InterruptedException e) {
                e.printStackTrace();
            }
        }
        return new FebsResponse().success();
    }