Explorar el Código

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

Roc hace 2 años
padre
commit
c4567a773f
Se han modificado 1 ficheros con 0 adiciones y 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
 }