|
@@ -94,7 +94,7 @@ func GetGetReportById(reportId int) (ReportDTO ReportDTO, err error) {
|
|
names = stringUtils.UniqueItems(names)
|
|
names = stringUtils.UniqueItems(names)
|
|
report.Author = strings.Join(names, ",")
|
|
report.Author = strings.Join(names, ",")
|
|
}
|
|
}
|
|
- report.PublishedTime = report.PublishedTime[:10]
|
|
|
|
|
|
+ //report.PublishedTime = report.PublishedTime
|
|
ReportDTO = convertReportDTO(report)
|
|
ReportDTO = convertReportDTO(report)
|
|
return
|
|
return
|
|
}
|
|
}
|