Explorar o código

Merge branch 'cygx_8.3' into debug

ziwen %!s(int64=2) %!d(string=hai) anos
pai
achega
d769631f89
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      controllers/report.go

+ 2 - 1
controllers/report.go

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