Browse Source

Merge branch 'demand_943' into debug

zwxi 10 tháng trước cách đây
mục cha
commit
8f73b1a7b5
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      services/task.go

+ 1 - 1
services/task.go

@@ -167,7 +167,7 @@ func Task() {
 	//task.AddTask("定时发布英文研报", publishEnglishReport)
 
 	// 定时生成本周研究汇总
-	cygxResearchSummary := task.NewTask("cygxResearchSummary", "0 0 15 * * 5", CygxResearchSummary)
+	cygxResearchSummary := task.NewTask("cygxResearchSummary", "0 0 13 * * 5", CygxResearchSummary)
 	task.AddTask("定时生成本周研究汇总", cygxResearchSummary)
 
 	// 定时生成上周纪要汇总