Jelajahi Sumber

没有二级分类的不展示

xiexiaoyuan 2 tahun lalu
induk
melakukan
df92458190
1 mengubah file dengan 2 tambahan dan 0 penghapusan
  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)
 	}