Browse Source

fix:删除测试数据接口

zqbao 7 months ago
parent
commit
989e8aed9d
1 changed files with 0 additions and 4 deletions
  1. 0 4
      services/task.go

+ 0 - 4
services/task.go

@@ -18,10 +18,6 @@ func Task() {
 	//如果是生产环境,才需要走这些任务
 	if utils.RunMode == "release" {
 		releaseTask()
-	} else {
-		// 根据配置刷新指标数据
-		configRefreshData := task.NewTask("syncBaseDataExt", "0 */30 * * * * ", ConfigRefreshData)
-		task.AddTask("configRefreshData", configRefreshData)
 	}
 	// 定时发布智能研报
 	publishSmartReport := task.NewTask("publishSmartReport", "0 */1 * * * *", PublishSmartReport)