返回hint

This commit is contained in:
苏尹岚
2020-09-27 18:22:37 +08:00
parent 2df553eb8b
commit c073358dc1

View File

@@ -3663,5 +3663,5 @@ func StoreAudit(ctx *jxcontext.Context, storeAudits []*model.StoreAudit, status
}, storeAudits) }, storeAudits)
tasksch.HandleTask(task, nil, true).Run() tasksch.HandleTask(task, nil, true).Run()
hint = task.GetID() hint = task.GetID()
return err return hint, err
} }