|
@@ -207,12 +207,19 @@ func (this *ReportHistoryController) Detail() {
|
|
|
chapter.Content = html.UnescapeString(history.Content)
|
|
|
chapter.ContentSub = html.UnescapeString(history.ContentSub)
|
|
|
chapter.ContentStruct = html.UnescapeString(history.ContentStruct)
|
|
|
+ chapter.LastModifyAdminName = history.AdminName
|
|
|
+ chapter.ContentModifyTime = history.CreateTime
|
|
|
+ chapter.LastModifyAdminId = history.AdminId
|
|
|
chapterList = append(chapterList, chapter)
|
|
|
} else {
|
|
|
reportInfo.Title = history.Title
|
|
|
reportInfo.Content = html.UnescapeString(history.Content)
|
|
|
reportInfo.ContentSub = html.UnescapeString(history.ContentSub)
|
|
|
reportInfo.ContentStruct = html.UnescapeString(history.ContentStruct)
|
|
|
+ reportInfo.CanvasColor = history.CanvasColor
|
|
|
+ reportInfo.LastModifyAdminName = history.AdminName
|
|
|
+ reportInfo.LastModifyAdminId = history.AdminId
|
|
|
+ reportInfo.ContentModifyTime = history.CreateTime.Format(utils.FormatDate)
|
|
|
}
|
|
|
|
|
|
if history.HeadResourceId > 0 {
|