Explorar o código

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

Roc hai 8 meses
pai
achega
735db281ae
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)
 	}