|
@@ -162,7 +162,7 @@ func OneMinute(cont context.Context) (err error) {
|
|
|
|
|
|
func RefreshData(cont context.Context) (err error) {
|
|
func RefreshData(cont context.Context) (err error) {
|
|
wg := sync.WaitGroup{}
|
|
wg := sync.WaitGroup{}
|
|
- wg.Add(6)
|
|
|
|
|
|
+ wg.Add(7)
|
|
//wind
|
|
//wind
|
|
go data.RefreshDataFromWind(&wg)
|
|
go data.RefreshDataFromWind(&wg)
|
|
//同花顺
|
|
//同花顺
|
|
@@ -707,4 +707,4 @@ func deleteTask() {
|
|
break
|
|
break
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-}
|
|
|
|
|
|
+}
|