From 0f15738e710bdc2a0f4343f597d5ffe22e9711e2 Mon Sep 17 00:00:00 2001 From: gazebo Date: Thu, 17 Oct 2019 18:57:32 +0800 Subject: [PATCH] fk --- business/jxstore/tempop/tempop.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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})