Commit 0c42f0cb50555b46fc38ebf091ac943772ff9a5f
1 parent
c3ebb060
修改首时间格式化
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/resources/templates/index.html
... | ... | @@ -135,7 +135,7 @@ |
135 | 135 | <div class="media-body" style=""> |
136 | 136 | <p th:text="${notice.content}"></p> |
137 | 137 | <small class="text-muted" style="position: relative;top:-20px" |
138 | - th:text="${#dates.format(notice.createTime, 'yyyy-MM-dd HH:mm:ss')}"></small> | |
138 | + th:text="${#dates.format(notice.created, 'yyyy-MM-dd HH:mm:ss')}"></small> | |
139 | 139 | </div> |
140 | 140 | </div> |
141 | 141 | </li> |
... | ... |