Browse Source

fix:商品数据刷新了两次的bug修复

Roc 2 years ago
parent
commit
c4567a773f
1 changed files with 0 additions and 5 deletions
  1. 0 5
      services/task.go

+ 0 - 5
services/task.go

@@ -302,11 +302,6 @@ func RefreshData(cont context.Context) (err error) {
 	time.Sleep(5 * time.Second)
 	data.RefreshNotice()
 
-	// 刷新商品期货数据
-	{
-		future_good.RefreshFutureGoodDataFromThs()
-	}
-
 	fmt.Println("Refresh End")
 	return
 }