src/main/java/com/xcong/excoin/modules/documentary/service/impl/FollowOrderOperationServiceImpl.java
@@ -123,7 +123,6 @@ if (CollUtil.isNotEmpty(followerSettings)) { List<Object> hasExist = new ArrayList<>(); for (FollowFollowerSettingEntity followerSetting : followerSettings) { synchronized (this) { // 加redis锁,同一个用户不能同时触发两个跟单任务,否则会出现金额问题 while (true) { List<Object> followerMemberId = redisUtils.lGet(AppContants.MEMBER_HAS_FOLLOW, 0, -1); @@ -140,7 +139,6 @@ Thread.sleep(1000); } catch (InterruptedException e) { e.printStackTrace(); } } }