Commit d3063bbd4552d183421a8dfd57b2da5b0b3629ea

Authored by 徐近程
1 parent 5b4771dc

update

src/main/resources/templates/page/audio.html
... ... @@ -245,7 +245,7 @@
245 245 <span th:if="${audio.shenhe_type==3}">人工审</span>
246 246 </td>
247 247 <td style="text-align: center; width: 10%;"
248   - th:text="${#dates.format(audio.updateTime, 'yyyy-MM-dd HH:mm:ss')}">
  248 + th:text="${#dates.format(audio.uploadTime, 'yyyy-MM-dd HH:mm:ss')}">
249 249 2018-03-07 16:56:20
250 250 </td>
251 251 <td style="text-align: center; width: 10%;"
... ...