Browse Source

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

Roc 8 tháng trước cách đây
mục cha
commit
14254191e6
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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 {