|
@@ -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)
|