Commit 5c9a1dfc3424b3e826e3f9e73afa47df9eac1e97

Authored by liwei2917
1 parent 10db27f6

修改图文送审时间

src/main/resources/templates/page/contentDetail.html
... ... @@ -159,7 +159,7 @@
159 159 <div class="form-group">
160 160 <label for="claimed_at" class="control-label col-sm-2">送审时间:</label>
161 161 <div class="col-sm-10">
162   - <h5 th:text="${#dates.format(content.last_update, 'yyyy-MM-dd HH:mm:ss')}">
  162 + <h5 th:text="${#dates.format(content.create_date, 'yyyy-MM-dd HH:mm:ss')}">
163 163 2018-11-29 10:04:35</h5>
164 164 </div>
165 165 </div>
... ...