Procházet zdrojové kódy

Merge branch 'eta/1.8.3' into debug

Roc před 10 měsíci
rodič
revize
ad44b22ca1
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1 0
      controllers/report_chapter_type.go

+ 1 - 0
controllers/report_chapter_type.go

@@ -156,6 +156,7 @@ func (this *ReportChapterTypeController) Add() {
 	item.CreatedTime = nowTime
 	item.LastUpdatedTime = nowTime
 	//item.ResearchType = req.ResearchType
+	item.ResearchType = "chapter"
 	item.ReportClassifyId = req.ClassifyId
 	item.IsSet = 0
 	item.ReportChapterTypeKey = req.ReportChapterTypeName