mirror of
https://gitee.com/dromara/MaxKey.git
synced 2026-05-18 06:18:10 +08:00
日期类型调整为date
This commit is contained in:
@@ -134,7 +134,7 @@ public abstract class AbstractAuthenticationRealm {
|
||||
|
||||
_logger.debug("user session id is {} . ",historyLogin.getSessionId());
|
||||
|
||||
userInfo.setLastLoginTime(DateUtils.formatDateTime(new Date()));
|
||||
userInfo.setLastLoginTime(new Date());
|
||||
userInfo.setLastLoginIp(WebContext.getRequestIpAddress());
|
||||
|
||||
Browser browser = resolveBrowser();
|
||||
|
||||
Reference in New Issue
Block a user