Explorar o código

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

Roc %!s(int64=2) %!d(string=hai) anos
pai
achega
c4567a773f
Modificáronse 1 ficheiros con 0 adicións e 5 borrados
  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
 }