Pārlūkot izejas kodu

Merge branch 'eta/1.8.3' into debug

Roc 10 mēneši atpakaļ
vecāks
revīzija
859c12c8e1
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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