diff --git a/business/jxstore/tempop/tempop.go b/business/jxstore/tempop/tempop.go index de56e0a4e..ec7337d83 100644 --- a/business/jxstore/tempop/tempop.go +++ b/business/jxstore/tempop/tempop.go @@ -1264,7 +1264,7 @@ func FixMtwmCategory(ctx *jxcontext.Context, mtwmStoreIDs []int, isAsync, isCont return retVal, err }, storeIDs) tasksch.HandleTask(subTask, task, true).Run() - _, err = task.GetResult(0) + _, err = subTask.GetResult(0) } return retVal, err }, []int{0, 1})