This commit is contained in:
gazebo
2019-10-15 16:12:41 +08:00
parent b94a527a15
commit 50c493d436

View File

@@ -365,6 +365,7 @@ func UpdateConfig(ctx *jxcontext.Context, key, configType, value string) (hint s
tasksch.HandleTask(task, nil, true).Run()
if len(storeMapList2) < 5 {
_, err = task.GetResult(0)
hint = "1"
} else {
hint = task.GetID()
}