|
@@ -120,6 +120,7 @@ func (this *ReportController) AddChapter() {
|
|
|
reportChapterInfo.IsEdit = 1
|
|
|
//reportChapterInfo.CreateTime = req.CreateTime
|
|
|
reportChapterInfo.CreateTime = reportInfo.CreateTime
|
|
|
+ reportChapterInfo.ModifyTime = time.Now()
|
|
|
reportChapterInfo.ReportCreateTime = time.Now()
|
|
|
reportChapterInfo.VideoKind = 2
|
|
|
reportChapterInfo.Stage = reportInfo.Stage
|