Преглед изворни кода

Merge branch 'CRM_14.0' into debug

ziwen пре 1 година
родитељ
комит
744e373529
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
 		}