浏览代码

没有二级分类的不展示

xiexiaoyuan 2 年之前
父节点
当前提交
df92458190
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      controller/english_report/english_report.go

+ 2 - 0
controller/english_report/english_report.go

@@ -130,6 +130,8 @@ func (er *EnglishReportController) Classify(c *gin.Context) {
 		}
 		if child, ok := parentMap[v.Id]; ok {
 			tmp.Child = child
+		}else{
+			continue
 		}
 		list = append(list, tmp)
 	}