浏览代码

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

Roc 2 年之前
父节点
当前提交
c4567a773f
共有 1 个文件被更改,包括 0 次插入5 次删除
  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
 }