ziwen 1 년 전
부모
커밋
d9c9ff143d
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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
 		}