mirror of
https://gitee.com/dromara/MaxKey.git
synced 2026-05-16 13:30:43 +08:00
日期类型调整为date
This commit is contained in:
@@ -188,7 +188,7 @@ public class SessionManagerFactory implements SessionManager{
|
||||
history.setUserId(rs.getString(3));
|
||||
history.setUsername(rs.getString(4));
|
||||
history.setDisplayName(rs.getString(5));
|
||||
history.setLoginTime(rs.getString(6));
|
||||
history.setLoginTime(rs.getTimestamp(6));
|
||||
return history;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user