Explorar o código

修改定时器

rdluck %!s(int64=4) %!d(string=hai) anos
pai
achega
a3a9e6339a
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      services/task.go

+ 2 - 2
services/task.go

@@ -15,10 +15,10 @@ func Task() {
 	toolbox.AddTask("oneMinute", oneMinute)
 
 	//隆众指标获取
-	getLzProductList := toolbox.NewTask("getLzProductList", "0 0 18 * * * ", GetLzProductList)
+	getLzProductList := toolbox.NewTask("getLzProductList", "0 0 12,17 * * * ", GetLzProductList)
 	toolbox.AddTask("getLzProductList", getLzProductList)
 	//隆众指标数据获取
-	getLzProductDetail := toolbox.NewTask("getLzProductDetail", "0 5 18 * * * ", GetLzProductDetail)
+	getLzProductDetail := toolbox.NewTask("getLzProductDetail", "0 5 12,17 * * * ", GetLzProductDetail)
 	toolbox.AddTask("getLzProductDetail", getLzProductDetail)
 
 	toolbox.StartTask()