|
@@ -432,10 +432,11 @@ func (this *ReportController) DailyList() {
|
|
|
Stage: v.Stage,
|
|
|
Author: v.Author,
|
|
|
ReportType: utils.ReportTypePdf,
|
|
|
- PublishTime: v.PublishTime.Format(utils.FormatDate),
|
|
|
+ PublishTime: v.PublishTime.Format(utils.FormatDateTime),
|
|
|
ModifyTime: v.ModifyTime,
|
|
|
})
|
|
|
}
|
|
|
+ sort.Sort(models.ByPublishTimeReportView(reportList.List))
|
|
|
|
|
|
br.Data = reportList
|
|
|
br.Msg = "查询成功"
|