Commit 0c42f0cb50555b46fc38ebf091ac943772ff9a5f

Authored by DESKTOP-AO0VKC8\mahua
1 parent c3ebb060

修改首时间格式化

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>
... ...