Browse Source

修复时间显示

ting.yin 4 years ago
parent
commit
9954af1865
1 changed files with 1 additions and 1 deletions
  1. 1 1
      stmms-web/src/main/webapp/WEB-INF/views/modules/log/logList.jsp

+ 1 - 1
stmms-web/src/main/webapp/WEB-INF/views/modules/log/logList.jsp

@@ -64,7 +64,7 @@
 				<td>${log.type.name}</td>
 				<td>${log.ipAddress}</td>
 				<td>${log.menu}</td>
-				<td>${log.createTime }</td>
+				<td><fmt:formatDate value="${log.createTime}" type="date" pattern="yyyy-MM-dd HH:mm:ss"/></td>
 				<td>${log.description }</td>
 			</tr>
 		</c:forEach>