优化缓存任务Key状态显示

This commit is contained in:
GoEdgeLab
2022-06-15 15:17:54 +08:00
parent 73c6d1752a
commit e0920c3b8a
2 changed files with 6 additions and 4 deletions

View File

@@ -82,9 +82,10 @@ func (this *TaskAction) RunGet(params struct {
}
keyMaps = append(keyMaps, maps.Map{
"key": key.Key,
"isDone": key.IsDone,
"errors": errorMaps,
"key": key.Key,
"isDone": key.IsDone,
"isDoing": key.IsDoing,
"errors": errorMaps,
})
}