Browse Source

Task 任务开启

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

+ 0 - 2
services/task.go

@@ -59,8 +59,6 @@ func Task() {
 
 	//GetAddpArticle() //同步日度点评数据
 	task.StartTask()
-	defer task.StopTask()
-
 	fmt.Println("end")
 }