|
@@ -118,7 +118,8 @@ func convertToETAReportDTO(report eta.ETAReport) (dto ETAReportDTO) {
|
|
|
Title: report.Title,
|
|
|
Abstract: report.Abstract,
|
|
|
Author: report.Author,
|
|
|
- PublishTime: report.PublishTime,
|
|
|
+ PublishTime: report.PublishTime.Format(time.DateTime
|
|
|
+ ),
|
|
|
Content: html.UnescapeString(report.Content),
|
|
|
ReportLayout: report.ReportLayout,
|
|
|
VideoUrl: report.VideoUrl,
|