소스 검색

新增有色网渠道

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()