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