Browse Source

fix:章节类型

Roc 10 months ago
parent
commit
7040c474ce
1 changed files with 1 additions and 1 deletions
  1. 1 1
      services/report_v2.go

+ 1 - 1
services/report_v2.go

@@ -437,7 +437,7 @@ func getAddChapter(reportInfo *models.Report, minClassifyId, inheritReportId int
 		} else {
 			chapterItem.AddType = 1
 			chapterItem.Title = typeItem.ReportChapterTypeName
-			//chapterItem.ReportType = reportType
+			chapterItem.ReportType = typeItem.ResearchType
 			chapterItem.ClassifyIdFirst = minClassifyId
 			chapterItem.ClassifyNameFirst = minClassifyName
 			chapterItem.TypeId = typeItem.ReportChapterTypeId