- RefreshAllStoresID
- RefreshAllSkusID - use new tasksch when possible(not use run directly).
This commit is contained in:
@@ -193,7 +193,7 @@ func (task *ParallelTask) Run() {
|
||||
})
|
||||
}
|
||||
|
||||
func (t *ParallelTask) AddChild(task ITask) {
|
||||
t.BaseTask.AddChild(task)
|
||||
func (t *ParallelTask) AddChild(task ITask) ITask {
|
||||
task.SetParent(t)
|
||||
return t.BaseTask.AddChild(task)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user