From f3134a2269d7c14e3a73c6407139e6d8973e58a9 Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Tue, 06 Apr 2021 15:38:19 +0800 Subject: [PATCH] 20210406 交易员列表查询 --- src/main/java/com/xcong/excoin/modules/documentary/service/impl/FollowOrderOperationServiceImpl.java | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) diff --git a/src/main/java/com/xcong/excoin/modules/documentary/service/impl/FollowOrderOperationServiceImpl.java b/src/main/java/com/xcong/excoin/modules/documentary/service/impl/FollowOrderOperationServiceImpl.java index 9971826..f218e29 100644 --- a/src/main/java/com/xcong/excoin/modules/documentary/service/impl/FollowOrderOperationServiceImpl.java +++ b/src/main/java/com/xcong/excoin/modules/documentary/service/impl/FollowOrderOperationServiceImpl.java @@ -233,11 +233,6 @@ } log.info("---{}, {}--", walletContract.getAvailableBalance(), walletContract.getVersion()); - try { - Thread.sleep(5000); - } catch (InterruptedException e) { - e.printStackTrace(); - } } if (flag) { -- Gitblit v1.9.1