Browse Source

fix:继承报告时,报告列表按照倒序排序

Roc 8 months ago
parent
commit
14254191e6
1 changed files with 0 additions and 1 deletions
  1. 0 1
      controllers/report_v2.go

+ 0 - 1
controllers/report_v2.go

@@ -383,7 +383,6 @@ func (this *ReportController) Add() {
 		req.IsPublicPublish = 1
 	}
 
-	// TODO 分类名称
 	classifyItemList, err := models.GetClassifyListByIdList([]int{req.ClassifyIdFirst, req.ClassifyIdSecond, req.ClassifyIdThird})
 	classifyMap := make(map[int]string)
 	for _, v := range classifyItemList {