Roc 1 rok pred
rodič
commit
683b8135b3
1 zmenil súbory, kde vykonal 0 pridanie a 5 odobranie
  1. 0 5
      services/task.go

+ 0 - 5
services/task.go

@@ -22,11 +22,6 @@ func Task() {
 
 
 // 生产环境需要走的任务
 // 生产环境需要走的任务
 func releaseTask() {
 func releaseTask() {
-	data.ResetEdbInfoIsUpdate(nil)
-	SyncBaseDataExt(nil)
-	RefreshData(nil)
-	SyncHzDataIndex(nil)
-	fmt.Println("end")
 	//同步指标
 	//同步指标
 	syncHzDataIndex := task.NewTask("syncHzDataIndex", "0 30 0,18,21 * * *", SyncHzDataIndex)
 	syncHzDataIndex := task.NewTask("syncHzDataIndex", "0 30 0,18,21 * * *", SyncHzDataIndex)
 	task.AddTask("syncHzDataIndex", syncHzDataIndex)
 	task.AddTask("syncHzDataIndex", syncHzDataIndex)