From c073358dc13286eccf8abd6c05c1a0f00d098e04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Sun, 27 Sep 2020 18:22:37 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=94=E5=9B=9Ehint?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/jxstore/cms/store.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/jxstore/cms/store.go b/business/jxstore/cms/store.go index 7d742adde..10feb1b12 100644 --- a/business/jxstore/cms/store.go +++ b/business/jxstore/cms/store.go @@ -3663,5 +3663,5 @@ func StoreAudit(ctx *jxcontext.Context, storeAudits []*model.StoreAudit, status }, storeAudits) tasksch.HandleTask(task, nil, true).Run() hint = task.GetID() - return err + return hint, err }