Commit 806ab30f8b95e722aa1b2419946454d3aa6f29ca

Authored by 张志伟
1 parent bad8a098

临时屏蔽自动开始任务的定时器

fw-valhalla-server/src/main/java/cn/fw/valhalla/controller/task/FollowTaskDealTask.java
@@ -44,7 +44,7 @@ public class FollowTaskDealTask { @@ -44,7 +44,7 @@ public class FollowTaskDealTask {
44 /** 44 /**
45 * 开始任务 45 * 开始任务
46 */ 46 */
47 - @Scheduled(initialDelay = 1000 * 10, fixedRate = 1000 * 10) 47 +// @Scheduled(initialDelay = 1000 * 10, fixedRate = 1000 * 10)
48 public void startClue() { 48 public void startClue() {
49 List<FollowClue> list = followClueService.list(Wrappers.<FollowClue>lambdaQuery() 49 List<FollowClue> list = followClueService.list(Wrappers.<FollowClue>lambdaQuery()
50 .eq(FollowClue::getClueState, ClueStatusEnum.WAITING) 50 .eq(FollowClue::getClueState, ClueStatusEnum.WAITING)