Browse Source

fix:章节无文本内容时,音频不生成

Roc 7 months ago
parent
commit
42538a6290
1 changed files with 0 additions and 6 deletions
  1. 0 6
      controllers/report_v2.go

+ 0 - 6
controllers/report_v2.go

@@ -1951,9 +1951,3 @@ func fixSmartReport() {
 
 	fmt.Println("修复智能研报完成")
 }
-
-func init() {
-	reportInfo, _ := models.GetReportByReportId(5178)
-	//services.CreateVideo(reportInfo)
-	services.UpdateReportVideo(reportInfo)
-}