This commit is contained in:
suyl
2021-05-26 09:41:05 +08:00
parent ed7a761ab6
commit 77f43f2aee

View File

@@ -5734,7 +5734,7 @@ func CopyMtToJd(ctx *jxcontext.Context, mtStoreID, mtOrgCode, jdStoreID, jdOrgCo
return retVal, err
}, []int{0, 1})
tasksch.HandleTask(task, nil, true).Run()
task.GetResult(0)
task.GetID()
return err
}