@@ -457,7 +457,8 @@ func (this *ReportController) ArticleCategoryList() {
CategoryId: 99999,
MatchTypeName: "时间线",
}
- list = append(list, &timeLineItem)
+
+ list = append([]*models.IndustrialToArticleCategoryRep{&timeLineItem}, list...)
resp := new(models.IndustrialToArticleCategoryListRep)
resp.List = list