Browse Source

Merge branch 'cygx_8.3' into debug

ziwen 2 năm trước cách đây
mục cha
commit
d769631f89
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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