Commit 6339c7dc authored by 廖旭伟's avatar 廖旭伟

用户最后一次登录时间记录

parent 6c4f8b40
......@@ -178,7 +178,7 @@ public class UserServiceImpl extends AbstractCRUDServiceImpl<UserDao, UserEntity
update.setId(sysUser.getId());
update.setLastLoginAddress(loginIp);
update.setLastLoginTime(new Date());
this.update(update);
this.dao.update(update);
return sysUser;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment