Browse Source

新增有色网渠道

hongze 3 years ago
parent
commit
aca242476e
1 changed files with 1 additions and 0 deletions
  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()