Browse Source

任务开启bug修改

xingzai 3 years ago
parent
commit
0df8203f0d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      services/task.go

+ 1 - 1
services/task.go

@@ -29,7 +29,7 @@ func Task() {
 		getSummarytoEs := toolbox.NewTask("getSummarytoEs", "0 */30 * * * *", GetSummarytoEs) //同步纪要库内容到Es
 		toolbox.AddTask("getSummarytoEs", getSummarytoEs)
 
-		toolbox.StartTask()
+		//toolbox.StartTask()
 	}
 
 	//UpdateActivitySattus()