瀏覽代碼

新增有色网渠道

hongze 3 年之前
父節點
當前提交
aca242476e
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      services/task.go

+ 1 - 0
services/task.go

@@ -157,6 +157,7 @@ func RefreshData(cont context.Context) (err error) {
 	//有色
 	go data.RefreshDataFromYs(&wg)
 	wg.Wait()
+	
 	data.RefreshDataFromCalculateAll()
 	time.Sleep(2 * time.Second)
 	data.RefreshNotice()