Ver código fonte

Merge branch 'dev3.4' of http://192.168.3.207:10080/qmx/jy-data-extract into dev3.4

fengweiqiang 5 anos atrás
pai
commit
2913b5ad32
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      udpcreateindex/src/task.go

+ 1 - 1
udpcreateindex/src/task.go

@@ -11,7 +11,7 @@ import (
 
 func task_index() {
 	c := cron.New()
-	c.AddFunc("20 30 5 * * *", func() { task_projects() })
+	//c.AddFunc("20 30 5 * * *", func() { task_projects() })
 	//c.AddFunc("0 30 * * * *", func() { task_biddingfile() }) //每30分钟执行一次
 	//c.AddFunc("0 22 14 * * *", func() { task_qyxyindex() })