瀏覽代碼

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

Roc 8 月之前
父節點
當前提交
14254191e6
共有 1 個文件被更改,包括 0 次插入1 次删除
  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 {