Browse Source

Merge branch 'hotfix/smart_report_1204' into debug

hsun 1 year ago
parent
commit
5adc446143
1 changed files with 2 additions and 0 deletions
  1. 2 0
      controllers/smart_report/smart_report.go

+ 2 - 0
controllers/smart_report/smart_report.go

@@ -99,6 +99,8 @@ func (this *SmartReportController) Add() {
 	item.HeadImg = req.HeadImg
 	item.EndImg = req.EndImg
 	item.CanvasColor = req.CanvasColor
+	item.ContentModifyTime = time.Now().Local()
+
 	// 继承报告
 	if req.AddType == 2 {
 		ob := new(smart_report.SmartReport)