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