浏览代码

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

Roc 8 月之前
父节点
当前提交
735db281ae
共有 1 个文件被更改,包括 1 次插入1 次删除
  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)
 	}