Browse Source

fix:章节类型

Roc 11 tháng trước cách đây
mục cha
commit
938aa50afb
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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