|
@@ -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()
|