Эх сурвалжийг харах

Merge branch 'cygx_8.3' into debug

ziwen 2 жил өмнө
parent
commit
d769631f89
1 өөрчлөгдсөн 2 нэмэгдсэн , 1 устгасан
  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