Browse Source

fix:预发布的时候,晨周报也好生成pdf和图片

Roc 8 months ago
parent
commit
735db281ae
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controllers/report.go

+ 1 - 1
controllers/report.go

@@ -2220,7 +2220,7 @@ func (this *ReportController) PrePublishReport() {
 	}
 
 	// 生成报告pdf和长图
-	if report.HasChapter != 1 && report.ChapterType != utils.REPORT_TYPE_DAY && report.ChapterType != utils.REPORT_TYPE_WEEK && req.ReportUrl != "" {
+	if req.ReportUrl != "" {
 		go services.Report2pdfAndJpeg(req.ReportUrl, report.Id, 1)
 	}