ziwen 2 年之前
父节点
当前提交
f3e9804b23
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      services/task.go

+ 1 - 1
services/task.go

@@ -35,7 +35,7 @@ func RefreshData(cont context.Context) (err error) {
 }
 
 func RefreshEic(cont context.Context) (err error) {
-	SyncStorageFromEic()
+	SyncStorageFromEicV2()
 	return
 }