Explorar o código

fix:更新完成后,移除邮件通知

Roc hai 1 ano
pai
achega
fe55113291
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      services/task.go

+ 1 - 1
services/task.go

@@ -180,7 +180,7 @@ func RefreshData(cont context.Context) (err error) {
 	// 预测计算指标
 	data.RefreshPredictDataFromCalculateAll()
 	time.Sleep(5 * time.Second)
-	data.RefreshNotice()
+	//data.RefreshNotice()
 
 	fmt.Println("Refresh End")
 	return