Parcourir la source

Merge branch 'eta/1.8.3' into debug

Roc il y a 10 mois
Parent
commit
859c12c8e1
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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