| src/main/java/cc/mrbird/febs/dapp/controller/MemberMoneyFlowController.java | ●●●●● patch | view | raw | blame | history |
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(); }