This commit is contained in:
苏尹岚
2021-03-17 14:13:59 +08:00
parent 67dc00e495
commit c4e876ea2f

View File

@@ -477,7 +477,7 @@ func RefreshStoreManageState(ctx *jxcontext.Context) {
}
return retVal, err
}, []int{0, 1, 2})
tasksch.HandleTask(task, task2, true).Run()
tasksch.HandleTask(task2, task, true).Run()
task2.GetResult(0)
return retVal, err
}, vendorIDs)