Browse Source

研报内容为空

kobe6258 8 months ago
parent
commit
eee88eb349
1 changed files with 3 additions and 3 deletions
  1. 3 3
      domian/report/eta_report_service.go

+ 3 - 3
domian/report/eta_report_service.go

@@ -128,9 +128,9 @@ func convertToETAReportDTO(report eta.ETAReport) (dto ETAReportDTO) {
 		NeedSplice:       report.NeedSplice,
 		SmartReport:      report.ReportLayout == SmartReport,
 	}
-	if dto.SmartReport {
-		dto.Content = ""
-	}
+	//if dto.SmartReport {
+	//	dto.Content = ""
+	//}
 	//publishDate, err := time.Parse(time.DateTime, dto.PublishTime)
 	//if err == nil {
 	//	dto.PublishTime = publishDate.Format(time.DateOnly)