ziwen 1 year ago
parent
commit
d9c9ff143d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      controllers/help_doc/doc.go

+ 1 - 0
controllers/help_doc/doc.go

@@ -243,6 +243,7 @@ func (this *HelpDocController) ListReport() {
 	parentMap := make(map[int]int)
 	classifyNameMap := make(map[int]string)
 	for _, v := range classifyAll {
+		classifyNameMap[v.ClassifyId] = v.ClassifyName
 		if v.ParentId != 0 {
 			parentMap[v.ClassifyId] = v.ParentId
 		}