@@ -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)