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