|
@@ -706,7 +706,7 @@ func (this *UserController) BrowseHistoryList() {
|
|
article := articleMap[item.ArticleId]
|
|
article := articleMap[item.ArticleId]
|
|
if article != nil {
|
|
if article != nil {
|
|
list[i].Title = article.Title
|
|
list[i].Title = article.Title
|
|
- list[i].PublishDate = article.PublishDate
|
|
|
|
|
|
+ list[i].PublishDate = utils.TimeRemoveHms2(article.PublishDate)
|
|
list[i].DepartmentId = article.DepartmentId
|
|
list[i].DepartmentId = article.DepartmentId
|
|
list[i].NickName = article.NickName
|
|
list[i].NickName = article.NickName
|
|
if article.ArticleId < utils.SummaryArticleId {
|
|
if article.ArticleId < utils.SummaryArticleId {
|