KKSU
2024-04-28 009ae061ada5a5109456eb7ee7f817fdd2bae189
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();
    }